ConnectionClient Property |
Gets the client associated with this connection.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
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