ParseResultCaptions Property |
Gets the placeholder candidates.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyList<string> Captions { get; }
Public ReadOnly Property Captions As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ Captions {
IReadOnlyList<String^>^ get ();
}
member Captions : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListStringSee Also