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

Usage

Visual Basic
Dim instance As AuthenticationGateActivity
Dim value As WorkflowAuthenticationResponse

value = instance.ChallengeResponse

instance.ChallengeResponse = value

Syntax

Visual Basic
Public Property ChallengeResponse As WorkflowAuthenticationResponse
C#
public WorkflowAuthenticationResponse ChallengeResponse { get; set; }
C++
public:
property WorkflowAuthenticationResponse^ ChallengeResponse {
		WorkflowAuthenticationResponse^ get ();
		void set (WorkflowAuthenticationResponse^ value);
}
J#
/** @property */
public WorkflowAuthenticationResponse get_ChallengeResponse ()

/** @property */
public void set_ChallengeResponse (WorkflowAuthenticationResponse value)
JScript
public function get ChallengeResponse () : WorkflowAuthenticationResponse

public function set ChallengeResponse (value : WorkflowAuthenticationResponse)

Property Value

Returns A T:Microsoft.ResourceManagement.WebServices.WSResourceManagement.WorkflowAuthenticationResponse.

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