SortOption.PropertyName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom de la propriété à trier.
public:
property System::String ^ PropertyName { System::String ^ get(); void set(System::String ^ value); };
public string? PropertyName { get; set; }
[System.DirectoryServices.DSDescription("DSSortName")]
public string PropertyName { get; set; }
public string PropertyName { get; set; }
member this.PropertyName : string with get, set
[<System.DirectoryServices.DSDescription("DSSortName")>]
member this.PropertyName : string with get, set
Public Property PropertyName As String
Valeur de propriété
Nom de la propriété à trier. La valeur par défaut est une référence Null (Nothing en Visual Basic).
- Attributs
Exceptions
La valeur de propriété est une référence Null (Nothing dans Visual Basic).