Gets the schemas that specify which children are contained in the collection.
[Visual Basic] Public ReadOnly Property SchemaFilter As SchemaNameCollection [C#] public SchemaNameCollection SchemaFilter {get;} [C++] public: __property SchemaNameCollection* get_SchemaFilter(); [JScript] public function get SchemaFilter() : SchemaNameCollection;
A SchemaNameCollection that specifies which children are contained in the DirectoryEntries instance.
If SchemaFilter is empty, children of all types are visible in the collection; otherwise, only those of the specified types are visible.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
DirectoryEntries Class | DirectoryEntries Members | System.DirectoryServices Namespace | SchemaNameCollection