ResourceAuthorizationDataSet.ResourcesRow.WRES_AD_GUID property
取得或設定資源授權 GUID。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property WRES_AD_GUID As Guid
Get
Set
'用途
Dim instance As ResourceAuthorizationDataSet.ResourcesRow
Dim value As Guid
value = instance.WRES_AD_GUID
instance.WRES_AD_GUID = value
public Guid WRES_AD_GUID { get; set; }
Property value
Type: System.Guid
請參閱
參照
ResourceAuthorizationDataSet.ResourcesRow class