Mimer Data Provider

MimerConnection.ServerBeta Property

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

Property Value

true if beta version; otherwise false. The default value is an false until it can be determined the server beta status.

See Also

MimerConnection Class | Mimer.Data.Client Namespace