PSSecurityCategory.IsDefault 方法
确定指定的安全类别是否为默认类别。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Shared Function IsDefault ( _
guid As Guid _
) As Boolean
用法
Dim guid As Guid
Dim returnValue As Boolean
returnValue = PSSecurityCategory.IsDefault(guid)
public static bool IsDefault(
Guid guid
)
参数
guid
类型:System.Guid安全类别的 GUID。
返回值
类型:System.Boolean
True如果指定的安全类别为默认类别。