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

Syntax

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

Parameters

name
the name of the property to find.

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, the default Properties are checked. If the property is not found in the default Properties, null is returned.

[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