Share via


IPSContextInfo.IsWindowsUser property

Gets 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
ReadOnly Property IsWindowsUser As Boolean
    Get
'Usage
Dim instance As IPSContextInfo
Dim value As Boolean

value = instance.IsWindowsUser
bool IsWindowsUser { get; }

Property value

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

See also

Reference

IPSContextInfo interface

IPSContextInfo members

Microsoft.Office.Project.Server.Library namespace