Gets or sets the caption of the search query.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[ObsoleteAttribute("This property might be removed from future versions. Use the "Caption" property.")]
public string CaptionString { get; set; }
Visual Basic
<ObsoleteAttribute("This property might be removed from future versions. Use the "Caption" property.")> _
Public Property CaptionString As String
	Get
	Set
Visual C++
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "Caption" property.")]
public:
property String^ CaptionString {
	String^ get ();
	void set (String^ value);
}

Remarks

This property might be removed from future versions. Use the Caption property.

See Also