NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectoryEntryCollection.SchemasToLoad

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;

Property Value

A DirectoryEntryCollection.CollectionOverStringVariantProperty that specifies which children are shown.

Remarks

If the collection is empty, entries of all types are returned.

See Also

DirectoryEntryCollection Class | DirectoryEntryCollection Members | System.DirectoryServices Namespace | DirectoryEntryCollection.CollectionOverStringVariantProperty