ResourceDataSet.ResourceAvailabilitiesRow.RES_UID property
取得或設定資源的 GUID。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_UID As Guid
Get
Set
'用途
Dim instance As ResourceDataSet.ResourceAvailabilitiesRow
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屬性的外部索引鍵。
Examples
建立資源,並設定RES_UID的範例程式碼,請參閱CreateResources方法。
請參閱
參照
ResourceDataSet.ResourceAvailabilitiesRow class