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 TimeSpan

value = instance.ResponseTimeout

instance.ResponseTimeout = value

Syntax

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

/** @property */
public void set_ResponseTimeout (TimeSpan value)
JScript
public function get ResponseTimeout () : TimeSpan

public function set ResponseTimeout (value : TimeSpan)

Property Value

Returns TimeSpan.

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