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
The default value is an empty string ("") until the connection is opened.
MimerConnection Class | Mimer.Data.Client Namespace