Returns whether the server is a beta test version of the product.
[Visual Basic] Public Property ReadOnly ServerBeta As Boolean [C#] public bool ServerBeta { get; } [C++] public: __property bool get_ServerBeta(); [JScript] public function get ServerBeta() : bool
true if beta version; otherwise false. The default value is an false until it can be determined the server beta status.
MimerConnection Class | Mimer.Data.Client Namespace