Share via


PSContextInfoV14.IsWindowsUser property

Gets or sets a value that indicates whether the current user is a Windows user (rather than a Forms user).

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Property IsWindowsUser As Boolean
    Get
    Set
'Usage
Dim instance As PSContextInfoV14
Dim value As Boolean

value = instance.IsWindowsUser

instance.IsWindowsUser = value
public bool IsWindowsUser { get; set; }

Property value

Type: System.Boolean
True if the current user is a Windows user; otherwise, False.

See also

Reference

PSContextInfoV14 class

PSContextInfoV14 members

Microsoft.Office.Project.Server.Library namespace