Mimer Data Provider

MimerConnection.ServerOsDescription Property

Gets a description of the type of server machine the client is connected to.

[Visual Basic]
Public Property ReadOnly ServerOsDescription As String
[C#]
public string ServerOsDescription { get; }
[C++]
public: __property String* get_ServerOsDescription();
[JScript]
public function get ServerOsDescription() : String

Property Value

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

See Also

MimerConnection Class | Mimer.Data.Client Namespace