Has the user been suspended


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

Syntax

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

See Also