AuthenticationGateActivity.AuthenticationGate Property

This API is currently not supported.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As AuthenticationGateActivity
Dim value As AuthenticationGate

value = instance.AuthenticationGate

instance.AuthenticationGate = value

Syntax

'Declaration
Public Property AuthenticationGate As AuthenticationGate
public AuthenticationGate AuthenticationGate { get; set; }
public:
property AuthenticationGate^ AuthenticationGate {
    AuthenticationGate^ get ();
    void set (AuthenticationGate^ value);
}
/** @property */
public AuthenticationGate get_AuthenticationGate ()

/** @property */
public void set_AuthenticationGate (AuthenticationGate value)
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.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

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