AdSyncUser.ResourceGuid Property
Gets the resource GUID of the user in the Active Directory synchronization.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceGuid As Guid
Get
'Usage
Dim instance As AdSyncUser
Dim value As Guid
value = instance.ResourceGuid
public Guid ResourceGuid { get; }
Property Value
Type: System.Guid