DirectoryEntries.SchemaFilter Property

Definition

Gets the schemas that specify which child objects are contained in the collection.

public:
 property System::DirectoryServices::SchemaNameCollection ^ SchemaFilter { System::DirectoryServices::SchemaNameCollection ^ get(); };
public System.DirectoryServices.SchemaNameCollection SchemaFilter { get; }
member this.SchemaFilter : System.DirectoryServices.SchemaNameCollection
Public ReadOnly Property SchemaFilter As SchemaNameCollection

Property Value

A SchemaNameCollection that specifies which child objects are contained in the DirectoryEntries instance.

Remarks

If the SchemaFilter property is empty, child objects of all types are visible in the collection; otherwise, only those of the specified types are visible.

Applies to