Gets or sets a value indicating whether the search affects body fields only.

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

Syntax

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

Field Value

true if the search should affect body fields only; otherwise, false.

See Also