XmlInteractiveActivity.Document 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 Object
value = instance.Document
instance.Document = value
Syntax
'Declaration
<CategoryAttribute("Activity Data")> _
<DescriptionAttribute("The deserialized version of the document. This will be consumed by the parent activity, and will remain equal to null if deserialization of the document sent by the client fails.")> _
<BrowsableAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
Public Property Document As Object
[CategoryAttribute("Activity Data")]
[DescriptionAttribute("The deserialized version of the document. This will be consumed by the parent activity, and will remain equal to null if deserialization of the document sent by the client fails.")]
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public Object Document { get; set; }
[CategoryAttribute(L"Activity Data")]
[DescriptionAttribute(L"The deserialized version of the document. This will be consumed by the parent activity, and will remain equal to null if deserialization of the document sent by the client fails.")]
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
public:
property Object^ Document {
Object^ get ();
void set (Object^ value);
}
/** @property */
public Object get_Document ()
/** @property */
public void set_Document (Object value)
public function get Document () : Object
public function set Document (value : Object)
Property Value
Returns Object.
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