XML3 - API DLL Documentation 
 Initializes an instance of a search field.
 
Namespace: XMLV3APIAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public SearchField(
	string FieldName,
	string DisplayName,
	SystemTypes FieldType
)  | 
| Visual Basic | 
|---|
Public Sub New ( _
	FieldName As String, _
	DisplayName As String, _
	FieldType As SystemTypes _
)  | 
| Visual C++ | 
|---|
public:
SearchField(
	String^ FieldName, 
	String^ DisplayName, 
	SystemTypes FieldType
)  | 
Parameters
- FieldName
 - Type: System..::..String
The name of field that can be searched. This could be a property name or a table column name. 
- DisplayName
 - Type: System..::..String
The display name you would like to show for the field. 
- FieldType
 - Type: SystemTypes
[Missing <param name="FieldType"/> documentation for "M:XMLV3API.SearchField.#ctor(System.String,System.String,VIP.VIPSystem.BaseSystem.SystemTypes)"]
 
Remarks
See Also