Gets or sets a value indicating whether the search affects body fields only.
Namespace:
com.celigo.net.ServiceManagerAssembly: 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); } |