Java.Util.Properties.GetProperty Method
Searches for the property with the specified name.

Syntax

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

Parameters

name
the name of the property to find.
defaultValue
the default value.

Returns

Documentation for this section has not yet been entered.

Remarks

Searches for the property with the specified name. If the property is not found, it looks in the default Properties. If the property is not found in the default Properties, it returns the specified default.

[Android Documentation]

Requirements

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