ProjectWorkflowContext.ProxyUserWindows property
Gets a value that indicates whether the workflow proxy user is using Windows authentication.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public ReadOnly Property ProxyUserWindows As Boolean
Get
'Usage
Dim instance As ProjectWorkflowContext
Dim value As Boolean
value = instance.ProxyUserWindows
public bool ProxyUserWindows { get; }
Property value
Type: System.Boolean
True if the user is using Windows authentication; otherwise, false.