IPjMembershipUser.IsOnline property
NOTE: This API is now obsolete.
Gets 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")> _
ReadOnly Property IsOnline As Boolean
Get
'Usage
Dim instance As IPjMembershipUser
Dim value As Boolean
value = instance.IsOnline
[ObsoleteAttribute("in o15")]
bool IsOnline { get; }
Property value
Type: System.Boolean
True if the user is online; otherwise, False.