SortOption::PropertyName Property
.NET Framework (current version)
Gets or sets the name of the property to sort on.
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
Available since 1.1
Show: