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!

SearchResults.PropertiesLoaded

A read-only collection of the properties specified on DirectorySearcher before the search was executed.

[Visual Basic]
Public ReadOnly Property PropertiesLoaded As String ()
[C#]
public string[] PropertiesLoaded {get;}
[C++]
public: __property String* get_PropertiesLoaded();
[JScript]
public function get PropertiesLoaded() : String[];

See Also

SearchResults Class | SearchResults Members | System.DirectoryServices Namespace