ResourceAuthorizationDataSet.ResourcesRow.WRES_AD_GUID Property
Gets or sets the resource authorization GUID.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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