ResourceAuthorizationDataSet.ResourcesRow.WRES_AD_GUID Property
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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