IPjMembershipUser.DelegateGuid property
NOTE: This API is now obsolete.
Gets the GUID of the delegate for the user.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<ObsoleteAttribute("in o15")> _
ReadOnly Property DelegateGuid As Guid
Get
'Usage
Dim instance As IPjMembershipUser
Dim value As Guid
value = instance.DelegateGuid
[ObsoleteAttribute("in o15")]
Guid DelegateGuid { get; }
Property value
Type: System.Guid
The GUID of the delegate.
Remarks
A delegate user is one that is granted the access permissions of another user.