ResourceAuthorizationDataSet.ResourcesRow.WRES_AD_GUID property
Gets or sets the resource authorization GUID.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WRES_AD_GUID As Guid
Get
Set
'Usage
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
See also
Reference
ResourceAuthorizationDataSet.ResourcesRow class