共用方式為


ProjectDataSet.ProjectResourceRow.PROJ_UID property

指定專案的唯一識別碼。

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

Syntax

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

value = instance.PROJ_UID

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

Property value

Type: System.Guid

備註

這是ProjectDataSet.ProjectRow物件的外部索引鍵。

請參閱

參照

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace