UserDelegationInfo.ResUid Property
Gets the GUID of the user to whom permission is delegated.
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 ResUid As Guid
Get
'Usage
Dim instance As UserDelegationInfo
Dim value As Guid
value = instance.ResUid
public Guid ResUid { get; }
Property Value
Type: System.Guid