Share via


PjMembershipUser.IsOnline property

NOTE: This API is now obsolete.

Gets or sets a value that indicates whether the user is online.

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

Syntax

'Declaration
<ObsoleteAttribute("in o15")> _
Public Property IsOnline As Boolean
    Get
    Set
'Usage
Dim instance As PjMembershipUser
Dim value As Boolean

value = instance.IsOnline

instance.IsOnline = value
[ObsoleteAttribute("in o15")]
public bool IsOnline { get; set; }

Property value

Type: System.Boolean
True if the user is online; otherwise, False.

Implements

IPjMembershipUser.IsOnline

See also

Reference

PjMembershipUser class

PjMembershipUser members

Microsoft.Office.Project.Server.Library namespace