Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)
Usage
Visual Basic |
---|
Dim instance As AuthenticationGateActivity Dim value As AuthenticationGate value = instance.AuthenticationGate instance.AuthenticationGate = value |
Syntax
Visual Basic |
---|
Public Property AuthenticationGate As AuthenticationGate |
C# |
---|
public AuthenticationGate AuthenticationGate { get; set; } |
C++ |
---|
public: property AuthenticationGate^ AuthenticationGate { AuthenticationGate^ get (); void set (AuthenticationGate^ value); } |
J# |
---|
/** @property */ public AuthenticationGate get_AuthenticationGate () /** @property */ public void set_AuthenticationGate (AuthenticationGate value) |
JScript |
---|
public function get AuthenticationGate () : AuthenticationGate public function set AuthenticationGate (value : AuthenticationGate) |
Property Value
A AuthenticationGate associated with the 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.