XML3 - API DLL Documentation
The name of the field that can be searched.

Namespace: XMLV3API
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string FieldName { get; }
Visual Basic
Public ReadOnly Property FieldName As String
	Get
Visual C++
public:
property String^ FieldName {
	String^ get ();
}

Field Value

Return Value

Remarks

When passing a SearchField object to a search ensure you use this property to specifiy the field to search. Do not use the DisplayValue.

See Also