RFA .NET Gets or sets The Summary Information about the Vector.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Data SummaryData { get; set; } |
Visual Basic |
---|
Public Property SummaryData As Data
Get
Set |
Visual C++ |
---|
public:
property Data^ SummaryData {
Data^ get ();
void set (Data^ value);
} |
F# |
---|
member SummaryData : Data with get, set
|
Field Value
The Summary data. This Summary information must
have the same DataType as contained entries.
Exceptions
See Also