Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.