共用方式為


ResourceAssignmentDataSet.ResourceAssignmentRow.RES_UID property

取得或設定分派資源的 GUID。

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

Syntax

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

value = instance.RES_UID

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

Property value

Type: System.Guid

請參閱

參照

ResourceAssignmentDataSet.ResourceAssignmentRow class

ResourceAssignmentDataSet.ResourceAssignmentRow members

WebSvcResource namespace