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 类

ImportTimesheetDataSet.LinesRow 成员

WebSvcStatusing 命名空间