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.PropertyNamesOnly

UNDONE, stefanph: If they're not excluded, what do you get?!

[Visual Basic]
Public Property PropertyNamesOnly As Boolean
[C#]
public bool PropertyNamesOnly {get; set;}
[C++]
public: __property bool get_PropertyNamesOnly();
public: __property void set_PropertyNamesOnly(bool);
[JScript]
public function get PropertyNamesOnly() : Boolean;
public function set PropertyNamesOnly(Boolean);

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace