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 String

value = instance.GateQualifiedName

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property GateQualifiedName As String
C#
[BrowsableAttribute(false)] 
public string GateQualifiedName { get; }
C++
[BrowsableAttribute(false)] 
public:
property String^ GateQualifiedName {
		String^ get ();
}
J#
/** @property */
public String get_GateQualifiedName ()
JScript
public function get GateQualifiedName () : 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