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!

DirectorySearcher.PropertiesToLoad

The set of properties to be retrieved with the search. By default, the Path and Name properties are retrieved.

[Visual Basic]
Public ReadOnly Property PropertiesToLoad As StringCollection
[C#]
public StringCollection PropertiesToLoad {get;}
[C++]
public: __property StringCollection* get_PropertiesToLoad();
[JScript]
public function get PropertiesToLoad() : StringCollection;

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace