Gets or sets the caption of the search query.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
[ObsoleteAttribute("This property might be removed from future versions. Use the "Caption" property.")]
public string CaptionString { get; set; }
[ObsoleteAttribute("This property might be removed from future versions. Use the "Caption" property.")]
public string CaptionString { get; set; }
<ObsoleteAttribute("This property might be removed from future versions. Use the "Caption" property.")> _
Public Property CaptionString As String
Get
Set
<ObsoleteAttribute("This property might be removed from future versions. Use the "Caption" property.")> _
Public Property CaptionString As String
Get
Set
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "Caption" property.")]
property String^ CaptionString {
String^ get ();
void set (String^ value);
}
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "Caption" property.")]
property String^ CaptionString {
String^ get ();
void set (String^ value);
}
This property might be removed from future versions.
Use the
Caption property.