QuickObjects.ObjectBase Send comments on this topic.
SearchPrefix Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : SearchPrefix Property

SearchPrefix

Holds a String value that can be used as prefix to the search criteria for this field.


	MyField.SearchPrefix = " (  ";
	

Syntax

C# 
public string SearchPrefix {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also