ProjectDataSet.ProjectResourceRow.RES_AD_GUID property
Specifies the resource unique ID in the Active Directory domain controller.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_AD_GUID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Guid
value = instance.RES_AD_GUID
instance.RES_AD_GUID = value
public Guid RES_AD_GUID { get; set; }
Property value
Type: System.Guid
Remarks
RES_AD_GUID is the Active Directory ID for this user when Project Server is using security that is integrated with the Active Directory domain controller.
Examples
Project Server Security Primer
See also
Reference
ProjectDataSet.ProjectResourceRow class