ProjectDataSet.ProjectResourceRow.RES_AD_GUID Property
Specifies the resource unique identifier in the Active Directory domain controller.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 identifier for this user when Project Server is using security integrated with the Active Directory domain controller.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class
ProjectDataSet.ProjectResourceRow Members