Java.Util.Properties.SetProperty Method
Maps the specified key to the specified value.

Syntax

[Android.Runtime.Register("setProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;", "GetSetProperty_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual Java.Lang.Object SetProperty (string name, string value)

Parameters

name
the key.
value
the value.

Returns

Documentation for this section has not yet been entered.

Remarks

Maps the specified key to the specified value. If the key already exists, the old value is replaced. The key and value cannot be null.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1