JavaSystem.Properties Property

Definition

Determines the current system properties. -or- Attempts to set all system properties.

public static Java.Util.Properties Properties { [Android.Runtime.Register("getProperties", "()Ljava/util/Properties;", "")] get; [Android.Runtime.Register("setProperties", "(Ljava/util/Properties;)V", "")] set; }
[<get: Android.Runtime.Register("getProperties", "()Ljava/util/Properties;", "")>]
[<set: Android.Runtime.Register("setProperties", "(Ljava/util/Properties;)V", "")>]
member this.Properties : Java.Util.Properties with get, set

Property Value

Properties

the system properties

Attributes

Remarks

Property getter documentation:

Java documentation for java.lang.System.getProperties().

Property setter documentation:

Java documentation for java.lang.System.setProperties(java.util.Properties).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to