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