RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the key field ID.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public short KeyFieldID { get; set; } |
Visual Basic |
---|
Public Property KeyFieldID As Short Get Set |
Visual C++ |
---|
public: property short KeyFieldID { short get (); void set (short value); } |
F# |
---|
member KeyFieldID : int16 with get, set |