This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim value As AuthenticationWorkflowMode

value = Me.Mode

Syntax

Visual Basic
Protected ReadOnly Property Mode As AuthenticationWorkflowMode
C#
protected AuthenticationWorkflowMode Mode { get; }
C++
protected:
property AuthenticationWorkflowMode Mode {
		AuthenticationWorkflowMode get ();
}
J#
/** @property */
protected AuthenticationWorkflowMode get_Mode ()
JScript
protected function get Mode () : AuthenticationWorkflowMode

Property Value

Returns AuthenticationWorkflowMode.

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