Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)
Usage
Visual Basic |
---|
Dim instance As AuthenticationGateActivity Dim value As AuthenticationWorkflow value = instance.ContainingWorkflow |
Syntax
Visual Basic |
---|
Public ReadOnly Property ContainingWorkflow As AuthenticationWorkflow |
C# |
---|
public AuthenticationWorkflow ContainingWorkflow { get; } |
C++ |
---|
public: property AuthenticationWorkflow^ ContainingWorkflow { AuthenticationWorkflow^ get (); } |
J# |
---|
/** @property */ public AuthenticationWorkflow get_ContainingWorkflow () |
JScript |
---|
public function get ContainingWorkflow () : AuthenticationWorkflow |
Property Value
A AuthenticationWorkflow that contains this activity.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.