XmlInteractiveActivity.DocumentType Property

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

'Usage
Dim instance As XmlInteractiveActivity
Dim value As Type

value = instance.DocumentType

instance.DocumentType = value

Syntax

'Declaration
<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.")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<CategoryAttribute("Parameters")> _
<ValidationOptionAttribute(ValidationOption.Required)> _
<BrowsableAttribute(True)> _
Public Property DocumentType As Type
[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.")] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
[CategoryAttribute("Parameters")] 
[ValidationOptionAttribute(ValidationOption.Required)] 
[BrowsableAttribute(true)] 
public Type DocumentType { get; set; }
[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.")] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
[CategoryAttribute(L"Parameters")] 
[ValidationOptionAttribute(ValidationOption::Required)] 
[BrowsableAttribute(true)] 
public:
property Type^ DocumentType {
    Type^ get ();
    void set (Type^ value);
}
/** @property */
public Type get_DocumentType ()

/** @property */
public void set_DocumentType (Type value)
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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlInteractiveActivity Class
XmlInteractiveActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace