DirectorySearcher::PropertyNamesOnly Property
.NET Framework (current version)
Gets or sets a value indicating whether the search retrieves only the names of attributes to which values have been assigned.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [DSDescriptionAttribute("DSPropertyNamesOnly")] property bool PropertyNamesOnly { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the search obtains only the names of attributes to which values have been assigned; false if the search obtains the names and values for all the requested attributes. The default value is false.
.NET Framework
Available since 1.1
Available since 1.1
Show: