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