This API is currently not supported.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Syntax
Visual Basic |
<BrowsableAttribute(False)> _
Public ReadOnly Property MyWorkflowInstanceId As Guid
|
C# |
[BrowsableAttribute(false)]
public Guid MyWorkflowInstanceId { get; }
|
C++ |
[BrowsableAttribute(false)]
public:
property Guid MyWorkflowInstanceId {
Guid get ();
}
|
J# |
/** @property */
public Guid get_MyWorkflowInstanceId ()
|
JScript |
public function get MyWorkflowInstanceId () : Guid
|
Property Value
A
Guid that represents an instance of the
AuthenticationGateActivity 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
Target Platforms
Windows 2008 x64 Edition
See Also