Share via


IdentityScope.IsGlobal Property

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property IsGlobal As Boolean
public bool IsGlobal { get; set; }
public:
property bool IsGlobal {
    bool get ();
    void set (bool value);
}
member IsGlobal : bool with get, set
function get IsGlobal () : boolean 
function set IsGlobal (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IdentityScope Class

Microsoft.VisualStudio.Services.Identity Namespace