This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As XmlInteractiveActivity
Dim value As Type

value = instance.DocumentType

instance.DocumentType = value

Syntax

Visual Basic
<DescriptionAttribute("An XML serializable type describing the document being requested from the web service client. The XSD for this Type will be included in the Mex WS-T Get Response sent back to the client.")> _
<BrowsableAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<CategoryAttribute("Parameters")> _
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property DocumentType As Type
C#
[DescriptionAttribute("An XML serializable type describing the document being requested from the web service client. The XSD for this Type will be included in the Mex WS-T Get Response sent back to the client.")] 
[BrowsableAttribute(true)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
[CategoryAttribute("Parameters")] 
[ValidationOptionAttribute(ValidationOption.Required)] 
public Type DocumentType { get; set; }
C++
[DescriptionAttribute(L"An XML serializable type describing the document being requested from the web service client. The XSD for this Type will be included in the Mex WS-T Get Response sent back to the client.")] 
[BrowsableAttribute(true)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
[CategoryAttribute(L"Parameters")] 
[ValidationOptionAttribute(ValidationOption::Required)] 
public:
property Type^ DocumentType {
		Type^ get ();
		void set (Type^ value);
}
J#
/** @property */
public Type get_DocumentType ()

/** @property */
public void set_DocumentType (Type value)
JScript
public function get DocumentType () : Type

public function set DocumentType (value : Type)

Property Value

Returns Type.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also