RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets a list of strings of the node.
Namespace: ThomsonReuters.RFA.ConfigAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public List<RFA_String> Value { get; } |
Visual Basic |
---|
Public ReadOnly Property Value As List(Of RFA_String) Get |
Visual C++ |
---|
public: property List<RFA_String^>^ Value { List<RFA_String^>^ get (); } |
F# |
---|
member Value : List<RFA_String> |
Field Value
A list of strings of the configuration node.
Remarks
Using the default "," value as delimiter.