RFA .NET Gets connected client component version for all connected connections.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public List<RFA_String> ConnectedComponentVersion { get; } |
Visual Basic |
---|
Public ReadOnly Property ConnectedComponentVersion As List(Of RFA_String)
Get |
Visual C++ |
---|
public:
property List<RFA_String^>^ ConnectedComponentVersion {
List<RFA_String^>^ get ();
} |
F# |
---|
member ConnectedComponentVersion : List<RFA_String>
|
Field Value
The list of connected client component version.
See Also