Mimer SQL Data Provider
ServerOsDescription Property




Mimer.Data.Client Namespace > MimerConnection Class : ServerOsDescription Property
Gets a description of the type of server machine the client is connected to.
Syntax
'Declaration
 
Public ReadOnly Property ServerOsDescription As String
public string ServerOsDescription {get;}
public read-only property ServerOsDescription: String; 
public function get ServerOsDescription : String
public: __property string* get_ServerOsDescription();

Property Value

The default value is an empty string ("") until the connection is opened.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members