PjMembershipUser.DelegateGuid property
NOTE: This API is now obsolete.
Gets or sets the GUID of a 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")> _
Public Property DelegateGuid As Guid
Get
Set
'Usage
Dim instance As PjMembershipUser
Dim value As Guid
value = instance.DelegateGuid
instance.DelegateGuid = value
[ObsoleteAttribute("in o15")]
public Guid DelegateGuid { get; set; }
Property value
Type: System.Guid
Returns Guid.
Implements
IPjMembershipUser.DelegateGuid