次の方法で共有


PSContextInfo.UserGuid プロパティ

取得または設定、プロジェクトのサーバー ユーザーの GUID。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
<DataMemberAttribute> _
Public Property UserGuid As Guid
    Get
    Set
'使用
Dim instance As PSContextInfo
Dim value As Guid

value = instance.UserGuid

instance.UserGuid = value
[DataMemberAttribute]
public Guid UserGuid { get; set; }

プロパティ値

型: System.Guid
ユーザーの GUID を指定します。

実装

IPSContextInfo.UserGuid

関連項目

参照先

PSContextInfo クラス

PSContextInfo メンバー

Microsoft.Office.Project.Server.Library 名前空間