ProjectDataSet.AssignmentCustomFieldsRow.PROJ_UID プロパティ
割り当てが属するプロジェクトの一意の識別子を指定します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property PROJ_UID As Guid
Get
Set
'使用
Dim instance As ProjectDataSet.AssignmentCustomFieldsRow
Dim value As Guid
value = instance.PROJ_UID
instance.PROJ_UID = value
public Guid PROJ_UID { get; set; }
プロパティ値
型: System.Guid
関連項目
参照先
ProjectDataSet.AssignmentCustomFieldsRow クラス