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如果指定的安全性類別的預設類別。