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

Usage

Visual Basic
Dim value As String

value = AuthenticationGateActivity.AuthenticationGateTimedOut

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property AuthenticationGateTimedOut As String
C#
[BrowsableAttribute(false)] 
public static string AuthenticationGateTimedOut { get; }
C++
[BrowsableAttribute(false)] 
public:
static property String^ AuthenticationGateTimedOut {
		String^ get ();
}
J#
/** @property */
public static String get_AuthenticationGateTimedOut ()
JScript
public static function get AuthenticationGateTimedOut () : String

Property Value

A String.

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