| MvOptionsServerName Property |
Gets the name of the server of the requested connection.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public string ServerName { get; }
Public ReadOnly Property ServerName As String
Get
public:
property String^ ServerName {
String^ get ();
}
Property Value
Type:
String
Name of the server of the requested connection.
Remarks
If there are several requested connections, the server name
is the one of the first connection.
See Also