DirectorySearcher::PropertyNamesOnly Property

 

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)

public:
[DSDescriptionAttribute("DSPropertyNamesOnly")]
property bool PropertyNamesOnly {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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.

.NET Framework
Available since 1.1
Return to top
Show: