RequestResultParameterValueCaptions Property  | 
 
            Gets the public parameter value captions, if requested by the client.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IDictionary<Guid, string> ParameterValueCaptions { get; }Public ReadOnly Property ParameterValueCaptions As IDictionary(Of Guid, String)
	Get
public:
property IDictionary<Guid, String^>^ ParameterValueCaptions {
	IDictionary<Guid, String^>^ get ();
}member ParameterValueCaptions : IDictionary<Guid, string> with get
Property Value
Type: 
IDictionaryGuid, 
String
See Also