Java.Lang.JavaSystem.ClearProperty Method
Removes a specific system property.

Syntax

[Android.Runtime.Register("clearProperty", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string ClearProperty (string key)

Parameters

name
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif the argument is null.
Java.Lang.IllegalArgumentExceptionif the argument is empty.

Remarks

Removes a specific 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