ModelMetadata.Name 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 le nom du paramètre ou de la propriété si ces métadonnées concernent un paramètre ou une propriété ; null
sinon, c’est-à-dire s’il s’agit des métadonnées d’un type.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
public string? Name { get; }
member this.Name : string
Public ReadOnly Property Name As String