共用方式為


ProjectDataSet.ProjectResourceRow.RES_UID property

指定資源的唯一識別項。

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'宣告
Public Property RES_UID As Guid
    Get
    Set
'用途
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Guid

value = instance.RES_UID

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

Property value

Type: System.Guid

備註

在呼叫中插入的讀取/寫入。唯讀模式中更新呼叫。

企業資源, RES_UID是相同的RES_UID屬性,它具有企業資源資料庫中的唯一識別項。

請參閱

參照

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace