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

Visual Basic
Dim instance As AuthenticationWorkflow
Dim value As AuthenticationWorkflowMode

value = instance.Mode

instance.Mode = value

Syntax

Visual Basic
Public Property Mode As AuthenticationWorkflowMode
C#
public AuthenticationWorkflowMode Mode { get; set; }
C++
public:
property AuthenticationWorkflowMode Mode {
		AuthenticationWorkflowMode get ();
		void set (AuthenticationWorkflowMode value);
}
J#
/** @property */
public AuthenticationWorkflowMode get_Mode ()

/** @property */
public void set_Mode (AuthenticationWorkflowMode value)
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also