Address.PostalCode Proprietà

Definizione

Restituisce il codice postale dell'indirizzo, ad esempio "94110" o null se è sconosciuto. -oppure- Imposta il codice postale dell'indirizzo sulla stringa specificata, che può essere null.

public virtual string? PostalCode { [Android.Runtime.Register("getPostalCode", "()Ljava/lang/String;", "GetGetPostalCodeHandler")] get; [Android.Runtime.Register("setPostalCode", "(Ljava/lang/String;)V", "GetSetPostalCode_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getPostalCode", "()Ljava/lang/String;", "GetGetPostalCodeHandler")>]
[<set: Android.Runtime.Register("setPostalCode", "(Ljava/lang/String;)V", "GetSetPostalCode_Ljava_lang_String_Handler")>]
member this.PostalCode : string with get, set

Valore della proprietà

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce il codice postale dell'indirizzo, ad esempio "94110" o null se è sconosciuto.

per android.location.Address.getPostalCode().

Documentazione del setter delle proprietà:

Imposta il codice postale dell'indirizzo sulla stringa specificata, che può essere null.

per android.location.Address.setPostalCode(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a