ConnectionSettings Property |
Gets the connection settings.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public ConnectionSettings Settings { get; }
Public ReadOnly Property Settings As ConnectionSettings
Get
public:
property ConnectionSettings^ Settings {
ConnectionSettings^ get ();
}
member Settings : ConnectionSettings with get
Return Value
Type:
ConnectionSettingsthe connection settings object
Remarks See Also