TimesheetListDataSet.TimesheetsRow.TS_JOB_UID 属性
获取或设置时间表作业的 GUID。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property TS_JOB_UID As Guid
Get
Set
用法
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As Guid
value = instance.TS_JOB_UID
instance.TS_JOB_UID = value
public Guid TS_JOB_UID { get; set; }
属性值
类型:System.Guid
另请参阅
引用
TimesheetListDataSet.TimesheetsRow 类