SearchOptionsControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SearchOptionsControl() constructor creates an instance of the SearchOptionsControl class.
Overloads
SearchOptionsControl() |
The SearchOptionsControl() constructor creates an instance of the SearchOptionsControl class. |
SearchOptionsControl(SearchOption) |
The SearchOptionsControl(SearchOption) constructor creates an instance of the SearchOptionsControl class using the specified search options. |
SearchOptionsControl()
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
The SearchOptionsControl() constructor creates an instance of the SearchOptionsControl class.
public:
SearchOptionsControl();
public SearchOptionsControl ();
Public Sub New ()
Applies to
SearchOptionsControl(SearchOption)
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
The SearchOptionsControl(SearchOption) constructor creates an instance of the SearchOptionsControl class using the specified search options.
public:
SearchOptionsControl(System::DirectoryServices::Protocols::SearchOption flags);
public SearchOptionsControl (System.DirectoryServices.Protocols.SearchOption flags);
new System.DirectoryServices.Protocols.SearchOptionsControl : System.DirectoryServices.Protocols.SearchOption -> System.DirectoryServices.Protocols.SearchOptionsControl
Public Sub New (flags As SearchOption)
Parameters
- flags
- SearchOption
The SearchOption enumeration value that specifies the search behavior.