ConnectionClient Property |
Gets the client associated with this connection.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public Client Client { get; }
Public ReadOnly Property Client As Client
Get
public:
property Client^ Client {
Client^ get ();
}
member Client : Client with get
Return Value
Type:
Clientthe ID identifying the client
Remarks See Also