PSContextInfoV14.DelegateGuid property
Gets or sets the GUID of the user delegate, when delegation is active.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property DelegateGuid As Guid
Get
Set
'Usage
Dim instance As PSContextInfoV14
Dim value As Guid
value = instance.DelegateGuid
instance.DelegateGuid = value
public Guid DelegateGuid { get; set; }
Property value
Type: System.Guid
The GUID of the user delegate.