BuildPropGetProp Method AndroidLib - Beatsleigher Edition
Gets the value of the specified build property key.

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public string GetProp(
	string key
)

Parameters

key
Type: SystemString
Key of build property

Return Value

Type: String
Value if key exists, null if key doesn't exist
See Also

Reference