Gets the id of the connection.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic 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
RemarksThe id is a Globally Unique Identifier (GUID) created by RemoteViz.
See Also