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 (25.3.0.1000)
Syntaxpublic 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: 
IReadOnlyListString
See Also