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.

See Also

Reference

ProjectWorkflowContext Class

ProjectWorkflowContext Members

Microsoft.Office.Project.Server.Library Namespace