This documentation is archived and is not being maintained.
DirectoryEntries.SchemaFilter Property
.NET Framework 1.1
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;
Property Value
A SchemaNameCollection that specifies which children are contained in the DirectoryEntries instance.
Remarks
If SchemaFilter is empty, children of all types are visible in the collection; otherwise, only those of the specified types are visible.
Requirements
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
DirectoryEntries Class | DirectoryEntries Members | System.DirectoryServices Namespace | SchemaNameCollection
Show: