TimesheetDataSet.HeadersRow.TS_CREATOR_RES_UID 属性

指定的资源,创建时间表的企业资源唯一标识符。

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

语法

声明
Public Property TS_CREATOR_RES_UID As Guid
    Get
    Set
用法
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Guid

value = instance.TS_CREATOR_RES_UID

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

属性值

类型:System.Guid

备注

工时单创建者可以不同于向其应用该时间表的资源。对其应用此时间表资源记录在RES_UID属性中。

另请参阅

引用

TimesheetDataSet.HeadersRow 类

TimesheetDataSet.HeadersRow 成员

WebSvcTimeSheet 命名空间