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場合は、指定されたセキュリティ カテゴリが既定のカテゴリです。