PSContextInfo.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
<DataMemberAttribute> _
Public Property DelegateGuid As Guid
    Get
    Set
'Usage
Dim instance As PSContextInfo
Dim value As Guid

value = instance.DelegateGuid

instance.DelegateGuid = value
[DataMemberAttribute]
public Guid DelegateGuid { get; set; }

Property value

Type: System.Guid
GUID of the user delegate.

Implements

IPSContextInfo.DelegateGuid

See also

Reference

PSContextInfo class

PSContextInfo members

Microsoft.Office.Project.Server.Library namespace