ModelStateEntry.AttemptedValue 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 l’ensemble de valeurs contenues dans RawValue, joint en une chaîne séparée par des virgules.
public:
property System::String ^ AttemptedValue { System::String ^ get(); void set(System::String ^ value); };
public string AttemptedValue { get; set; }
public string? AttemptedValue { get; set; }
member this.AttemptedValue : string with get, set
Public Property AttemptedValue As String