PSContextInfo.DelegateGuid プロパティ
取得または委任がアクティブな場合、ユーザー デリゲートの GUID を設定します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
<DataMemberAttribute> _
Public Property DelegateGuid As Guid
Get
Set
'使用
Dim instance As PSContextInfo
Dim value As Guid
value = instance.DelegateGuid
instance.DelegateGuid = value
[DataMemberAttribute]
public Guid DelegateGuid { get; set; }
プロパティ値
型: System.Guid
ユーザー デリゲートの GUID を指定します。