ConfigurationUtilsGetProperty Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get the value of a given Coherence configuration property.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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