Share via


PSContextInfo.IsWindowsUser property

Gets or sets a value that indicates whether the current user is a Windows user (as opposed to a Forms user).

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsWindowsUser As Boolean
    Get
    Set
'Usage
Dim instance As PSContextInfo
Dim value As Boolean

value = instance.IsWindowsUser

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

Property value

Type: System.Boolean
True if the user has Windows authentication; otherwise, false.

Implements

IPSContextInfo.IsWindowsUser

See also

Reference

PSContextInfo class

PSContextInfo members

Microsoft.Office.Project.Server.Library namespace