Is there a user logged onto the messaging services


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsLoggedOn As Boolean
C#
public bool IsLoggedOn { get; }
C++
public property bool IsLoggedOn sealed  {
    bool get();
}
J#
/** property */
public bool get_IsLoggedOn();
JScript
public function get IsLoggedOn() : bool

Property Value

True if logged on otherwise false

See Also