PjMembershipUser.IsOnline Property
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
Public Property IsOnline As Boolean
Get
Set
'Usage
Dim instance As PjMembershipUser
Dim value As Boolean
value = instance.IsOnline
instance.IsOnline = value
public bool IsOnline { get; set; }
Property Value
Type: System.Boolean