Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified security category is a default category.
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 = PSSecurityCategory.IsDefault(guid)
public static bool IsDefault(
Guid guid
)
Parameters
guid
Type: System.GuidGUID of a security category.
Return value
Type: System.Boolean
True if the specified security category is a default category.