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

Usage

Visual Basic
Dim instance As AuthenticationGate
Dim value As WorkflowAuthenticationChallenge

value = instance.AuthenticationChallenge

Syntax

Visual Basic
Public MustOverride ReadOnly Property AuthenticationChallenge As WorkflowAuthenticationChallenge
C#
public abstract WorkflowAuthenticationChallenge AuthenticationChallenge { get; }
C++
public:
virtual property WorkflowAuthenticationChallenge^ AuthenticationChallenge {
		WorkflowAuthenticationChallenge^ get () abstract;
}
J#
/** @property */
public abstract WorkflowAuthenticationChallenge get_AuthenticationChallenge ()
JScript
public abstract function get AuthenticationChallenge () : WorkflowAuthenticationChallenge

Property Value

Returns WorkflowAuthenticationChallenge.

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