ValueProviderResult.FirstValue 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 la première valeur en fonction des valeurs de commande fournies dans la demande. Permet FirstValue d’obtenir une valeur unique pour le traitement, qu’une ou plusieurs valeurs aient été fournies dans la demande.
public:
property System::String ^ FirstValue { System::String ^ get(); };
public string FirstValue { get; }
public string? FirstValue { get; }
member this.FirstValue : string
Public ReadOnly Property FirstValue As String