AdvancedFilters(Principal) Constructor

Definition

Instantiates a new AdvancedFilters object. Not intended to be called directly.

protected public:
 AdvancedFilters(System::DirectoryServices::AccountManagement::Principal ^ p);
protected internal AdvancedFilters (System.DirectoryServices.AccountManagement.Principal p);
new System.DirectoryServices.AccountManagement.AdvancedFilters : System.DirectoryServices.AccountManagement.Principal -> System.DirectoryServices.AccountManagement.AdvancedFilters
Protected Friend Sub New (p As Principal)

Parameters

p
Principal

A Principal object.

Remarks

Applications should access AdvancedFilters through the AdvancedSearchFilter property of the user object.

Applies to

See also