HttpNameValueHeaderValue.Value 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 la valeur associée à un nom utilisé dans l’objet HttpNameValueHeaderValue .
public:
property Platform::String ^ Value { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Value();
void Value(winrt::hstring value);
public string Value { get; set; }
var string = httpNameValueHeaderValue.value;
httpNameValueHeaderValue.value = string;
Public Property Value As String
Valeur de propriété
Valeur associée à un nom utilisé dans l’objet HttpNameValueHeaderValue .