Gets or sets a value indicating whether an Advanced Search should return only the search columns.

Namespace:  com.celigo.net.ServiceManager
Assembly:  ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool ReturnSearchColumnsOnly { get; set; }
Visual Basic (Declaration)
Public Property ReturnSearchColumnsOnly As Boolean
Visual C++
public:
property bool ReturnSearchColumnsOnly {
	bool get ();
	void set (bool value);
}

See Also