SearchOptionsControl.SearchOption Property

Definition

The SearchOption property contains one of the values of SearchOption enumeration that specifies the search behavior.

public:
 property System::DirectoryServices::Protocols::SearchOption SearchOption { System::DirectoryServices::Protocols::SearchOption get(); void set(System::DirectoryServices::Protocols::SearchOption value); };
public System.DirectoryServices.Protocols.SearchOption SearchOption { get; set; }
member this.SearchOption : System.DirectoryServices.Protocols.SearchOption with get, set
Public Property SearchOption As SearchOption

Property Value

One of the values of SearchOption enumeration that specifies the search behavior.

Exceptions

The value is not one of the values of SearchOption.

Applies to