CollectionDataContractAttribute.ItemName 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 un nom personnalisé pour un élément de la collection.
public:
property System::String ^ ItemName { System::String ^ get(); void set(System::String ^ value); };
public string ItemName { get; set; }
public string? ItemName { get; set; }
member this.ItemName : string with get, set
Public Property ItemName As String
Valeur de propriété
Nom à appliquer aux éléments de la collection.