Java.Lang.JavaSystem.GetProperty Method
Returns the value of a particular system property.

Syntax

[Android.Runtime.Register("getProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "")]
public static string GetProperty (string prop, string defaultValue)

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value of a particular system property. The defaultValue will be returned if no such property has been found.

[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