TimesheetLineClassDataSet.DepartmentsRow.TS_LINE_CLASS_UID 属性

获取或设置一个时间表行类 GUID。

命名空间:  WebSvcAdmin
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Property TS_LINE_CLASS_UID As Guid
    Get
    Set
用法
Dim instance As TimesheetLineClassDataSet.DepartmentsRow
Dim value As Guid

value = instance.TS_LINE_CLASS_UID

instance.TS_LINE_CLASS_UID = value
public Guid TS_LINE_CLASS_UID { get; set; }

属性值

类型:System.Guid
时间表行类 GUID。

另请参阅

引用

TimesheetLineClassDataSet.DepartmentsRow 类

TimesheetLineClassDataSet.DepartmentsRow 成员

WebSvcAdmin 命名空间