TimesheetDataSet.LinesRow.PROJ_UID プロパティ
このタイムシート行アイテムのプロジェクトの一意の ID を表します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property PROJ_UID As Guid
Get
Set
'使用
Dim instance As TimesheetDataSet.LinesRow
Dim value As Guid
value = instance.PROJ_UID
instance.PROJ_UID = value
public Guid PROJ_UID { get; set; }
プロパティ値
型: System.Guid