Gets the id of the connection.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string Id { get; }
Public ReadOnly Property Id As String
Get
public:
property String^ Id {
String^ get ();
}
member Id : string with get
Return Value
Type:
Stringthe ID identifying the connection
Remarks The id is a Globally Unique Identifier (GUID) created by RemoteViz.
See Also