ProjectDataSet.ProjectResourceRow.PROJ_UID プロパティ
プロジェクトの一意の ID を指定します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property PROJ_UID As Guid
Get
Set
'使用
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Guid
value = instance.PROJ_UID
instance.PROJ_UID = value
public Guid PROJ_UID { get; set; }
プロパティ値
型: System.Guid
注釈
これは、 ProjectDataSet.ProjectRowオブジェクトへの外部キーです。
関連項目
参照先
ProjectDataSet.ProjectResourceRow クラス