ConfigurationUtilsGetProperty Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get the value of a given Coherence configuration property.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static string GetProperty(
string name,
string defaultValue
)
Parameters
- name
- Type: SystemString
The name of the property.
- defaultValue
- Type: SystemString
The default value for the property.
Return Value
Type:
String
The value of the property.
See Also