BCGlobalSearchQueryCaptionString Property  | 
 Note: This API is now obsolete.
            Gets or sets the caption of the search query.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax[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
	SetProperty Value
Type: 
String
Remarks
            This property might be removed from future versions. 
            Use the 
Caption property.
            
See Also