Java.Lang.JavaSystem.SetProperty Method
Sets the value of a particular system property.

Syntax

[Android.Runtime.Register("setProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "")]
public static string SetProperty (string prop, string value)

Parameters

name
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the value of a particular system property. Most system properties are read only and cannot be cleared or modified. See JavaSystem.SetProperty(string, System.String) for a list of such properties.

[Android Documentation]

Requirements

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