TimesheetDataSet.AuditsRow.TS_LINE_UID 属性
指定将应用此审核的TimesheetDataSet.LinesRow对象的唯一标识符。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property TS_LINE_UID As Guid
Get
Set
用法
Dim instance As TimesheetDataSet.AuditsRow
Dim value As Guid
value = instance.TS_LINE_UID
instance.TS_LINE_UID = value
public Guid TS_LINE_UID { get; set; }
属性值
类型:System.Guid