Mimer SQL Data Provider
ServerBeta Property




Mimer.Data.Client Namespace > MimerConnection Class : ServerBeta Property
Returns whether the server is a beta test version of the product.
Syntax
'Declaration
 
Public ReadOnly Property ServerBeta As Boolean
public bool ServerBeta {get;}
public read-only property ServerBeta: Boolean; 
public function get ServerBeta : boolean
public: __property bool get_ServerBeta();

Property Value

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

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members