ProjectDataSet.ProjectResourceRow.RES_AD_GUID Property
Specifies the resource unique ID in the Active Directory domain controller.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class
ProjectDataSet.ProjectResourceRow Members