TimesheetDataSet.ActualsRow.TS_LINE_UID プロパティ
この行に記録された値に関連付けられているTimesheetDataSet.LinesRowオブジェクトの一意の識別子を表します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TS_LINE_UID As Guid
Get
Set
'使用
Dim instance As TimesheetDataSet.ActualsRow
Dim value As Guid
value = instance.TS_LINE_UID
instance.TS_LINE_UID = value
public Guid TS_LINE_UID { get; set; }
プロパティ値
型: System.Guid
関連項目
参照先
TimesheetDataSet.ActualsRow クラス