ImportTimesheetDataSet.LinesRow.TS_LINE_UID プロパティ
取得または設定、タイムシート行 GUID。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TS_LINE_UID As Guid
Get
Set
'使用
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Guid
value = instance.TS_LINE_UID
instance.TS_LINE_UID = value
public Guid TS_LINE_UID { get; set; }
プロパティ値
型: System.Guid
注釈
これは、 ImportTimesheetDataSetの主キーです。
関連項目
参照先
ImportTimesheetDataSet.LinesRow クラス