InputBase<TValue>.DisplayName 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 complet de ce champ.
Cette valeur est utilisée lors de la génération de messages d’erreur lorsque l’analyse correcte de la valeur d’entrée échoue.
public:
property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public string? DisplayName { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.DisplayName : string with get, set
Public Property DisplayName As String
Valeur de propriété
- Attributs