SortOption::PropertyName Property

 

Gets or sets the name of the property to sort on.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
[DSDescriptionAttribute("DSSortName")]
property String^ PropertyName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the property to sort on. The default is a null reference (Nothing in Visual Basic).

Exception Condition
ArgumentNullException

The property value is a null reference (Nothing in Visual Basic).

.NET Framework
Available since 1.1
Return to top
Show: