ProjectServer.IsDelegate property
Gets a value that indicates whether the current user has started a delegation session in PWA.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsDelegate As Boolean
Get
'Usage
Dim instance As ProjectServer
Dim value As Boolean
value = instance.IsDelegate
[RemoteAttribute]
public bool IsDelegate { get; }
Property value
Type: System.Boolean
True if the current user has started a delegate session; otherwise, False.