RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the connection name.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RFA_String ConnectionName { get; set; } |
Visual Basic |
---|
Public Property ConnectionName As RFA_String Get Set |
Visual C++ |
---|
public: property RFA_String^ ConnectionName { RFA_String^ get (); void set (RFA_String^ value); } |
F# |
---|
member ConnectionName : RFA_String with get, set |