BasicClientCookie.Value Propriedade

Definição

Obtém ou define o valor carregado por este cookie.

public virtual string? Value { [Android.Runtime.Register("getValue", "()Ljava/lang/String;", "GetGetValueHandler")] get; [Android.Runtime.Register("setValue", "(Ljava/lang/String;)V", "GetSetValue_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getValue", "()Ljava/lang/String;", "GetGetValueHandler")>]
[<set: Android.Runtime.Register("setValue", "(Ljava/lang/String;)V", "GetSetValue_Ljava_lang_String_Handler")>]
member this.Value : string with get, set

Valor da propriedade

O valor do cookie ou nulo quando o cookie não tem valor.

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a