Java.Lang.JavaSystem.Properties Property
Returns the system properties.

Syntax

[get: Android.Runtime.Register("getProperties", "()Ljava/util/Properties;", "GetGetPropertiesHandler")]
[set: Android.Runtime.Register("setProperties", "(Ljava/util/Properties;)V", "GetSetProperties_Ljava_util_Properties_Handler")]
public static Java.Util.Properties Properties { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the system properties. Note that this is not a copy, so that changes made to the returned Properties object will be reflected in subsequent calls to getProperty and getProperties.

Set method documentation [Android Documentation]

Attempts to set all system properties. Copies all properties from p and discards system properties that are read only and cannot be modified. See JavaSystem.SetProperty(string, System.String) for a list of such properties.

Requirements

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