DirectorySearcher.PropertyNamesOnly Property
.NET Framework 2.0
Gets or sets a value indicating whether the search retrieves only the names of attributes to which values have been assigned.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)
Assembly: System.DirectoryServices (in system.directoryservices.dll)
/** @property */ public boolean get_PropertyNamesOnly () /** @property */ public void set_PropertyNamesOnly (boolean value)
public function get PropertyNamesOnly () : boolean public function set PropertyNamesOnly (value : boolean)
Property Value
true 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.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.