ResourceAuthorizationDataSet.ResourcesRow.WRES_AD_GUID property
Obtém ou define a GUID de autorização de recurso.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property WRES_AD_GUID As Guid
Get
Set
'Uso
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