Freigeben über


PSSecurityGroup.IsDefault-Methode

Bestimmt, ob die angegebene Sicherheitsgruppe eine Standardgruppe handelt.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function IsDefault ( _
    guid As Guid _
) As Boolean
'Usage
Dim guid As Guid
Dim returnValue As Boolean

returnValue = PSSecurityGroup.IsDefault(guid)
public static bool IsDefault(
    Guid guid
)

Parameter

  • guid
    Typ: System.Guid

    Die GUID einer Sicherheitsgruppe.

Rückgabewert

Typ: System.Boolean
True , wenn die angegebene Sicherheitsgruppe eine Standardgruppe ist; andernfalls False.

Siehe auch

Referenz

PSSecurityGroup Struktur

PSSecurityGroup-Member

Microsoft.Office.Project.Server.Library-Namespace