UserEventArgs.ResUid Property
Gets the GUID of a user who delegates permissions to others.
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 UserEventArgs
Dim value As Guid
value = instance.ResUid
public Guid ResUid { get; }
Property Value
Type: System.Guid