RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the extensible attribute data.
Namespace: ThomsonReuters.RFA.MessageAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Data Attrib { get; set; } |
Visual Basic |
---|
Public Property Attrib As Data Get Set |
Visual C++ |
---|
public: property Data^ Attrib { Data^ get (); void set (Data^ value); } |
F# |
---|
member Attrib : Data with get, set |
Field Value
The extensible attribute data.
Remarks
Used for data format types only.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |