AuthenticationWorkflow.Mode Property

Indicates whether the workflow is running in registration mode or validation mode. This API is currently not supported.

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

Usage

'Usage
Dim instance As AuthenticationWorkflow
Dim value As AuthenticationWorkflowMode

value = instance.Mode

instance.Mode = value

Syntax

'Declaration
Public Property Mode As AuthenticationWorkflowMode
public AuthenticationWorkflowMode Mode { get; set; }
public:
property AuthenticationWorkflowMode Mode {
    AuthenticationWorkflowMode get ();
    void set (AuthenticationWorkflowMode value);
}
/** @property */
public AuthenticationWorkflowMode get_Mode ()

/** @property */
public void set_Mode (AuthenticationWorkflowMode value)
public function get Mode () : AuthenticationWorkflowMode

public function set Mode (value : AuthenticationWorkflowMode)

Property Value

A AuthenticationWorkflowMode value.

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

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