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

SearchPostfix

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


	MyField.SearchPostfix = " ) ";
	

Syntax

C# 
public string SearchPostfix {get; set;}

Requirements

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

See Also