DefaultAuthenticationGate.GateTypeId Property

This API supports the FIM 2010 infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

    Dim instance As DefaultAuthenticationGate
Dim value As Guid

value = instance.GateTypeId

Syntax

'Declaration
Public Overrides ReadOnly Property GateTypeId As Guid
public override Guid GateTypeId { get; }
public:
virtual property Guid GateTypeId {
    Guid get () override;
}
/** @property */
public Guid get_GateTypeId ()
public override function get GateTypeId () : Guid

Property Value

Returns Guid.

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

Reference

DefaultAuthenticationGate Class
DefaultAuthenticationGate Members
Microsoft.ResourceManagement.Workflow.Activities Namespace