GigaSpaces XAP.NET Documentation
GetPropertyValue Method (name)
Class LibraryGigaSpaces.Core.ConfigurationSystemPropertiesConfigurationElementGetPropertyValue(String)
Gets the system property value by its name.
Declaration Syntax
C#Visual BasicVisual C++J#
public string GetPropertyValue(
	string name
)
Public Function GetPropertyValue ( _
	name As String _
) As String
public:
String^ GetPropertyValue(
	String^ name
)
public String GetPropertyValue(
	String name
)
Parameters
name (String)
Name of property value to retrieve.
Return Value
Value of System property with specified name. If no such property exists null is returned.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)