RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the ElementList Number. (also known as a Template number).
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public short ElementListNum { get; set; } |
Visual Basic |
---|
Public Property ElementListNum As Short Get Set |
Visual C++ |
---|
public: property short ElementListNum { short get (); void set (short value); } |
F# |
---|
member ElementListNum : int16 with get, set |