Share via


PSContextInfo.DelegateName property

Gets or sets the name 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 DelegateName As String
    Get
    Set
'Usage
Dim instance As PSContextInfo
Dim value As String

value = instance.DelegateName

instance.DelegateName = value
[DataMemberAttribute]
public string DelegateName { get; set; }

Property value

Type: System.String
Name of the user delegate.

Implements

IPSContextInfo.DelegateName

See also

Reference

PSContextInfo class

PSContextInfo members

Microsoft.Office.Project.Server.Library namespace