Gets the schemas that specify which children are shown.
[Visual Basic] Public ReadOnly Property SchemasToLoad As _ DirectoryEntryCollection.CollectionOverStringVariantProperty [C#] public DirectoryEntryCollection.CollectionOverStringVariantProperty SchemasToLoad {get;} [C++] public: __property DirectoryEntryCollection.CollectionOverStringVariantProperty* get_SchemasToLoad(); [JScript] public function get SchemasToLoad() : DirectoryEntryCollection.CollectionOverStringVariantProperty;
A DirectoryEntryCollection.CollectionOverStringVariantProperty that specifies which children are shown.
If the collection is empty, entries of all types are returned.
DirectoryEntryCollection Class | DirectoryEntryCollection Members | System.DirectoryServices Namespace | DirectoryEntryCollection.CollectionOverStringVariantProperty