Condividi tramite


PSSecurityGroup.IsDefault method

Determines whether the specified security group is a default group.

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
)

Parameters

Return value

Type: System.Boolean
True if the specified security group is a default group; otherwise, False.

See also

Reference

PSSecurityGroup structure

PSSecurityGroup members

Microsoft.Office.Project.Server.Library namespace