GigaSpaces XAP.NET Documentation
GetProperty Method (name)
Class LibraryGigaSpaces.Core.PersistencyAbstractExternalDataSourceGetProperty(String)
Gets the specified property's value.
Declaration Syntax
C#Visual BasicVisual C++J#
protected string GetProperty(
	string name
)
Protected Function GetProperty ( _
	name As String _
) As String
protected:
String^ GetProperty(
	String^ name
)
protected String GetProperty(
	String name
)
Parameters
name (String)
Name of property to retrieve.
Return Value
Property's value. If the property is not defined null is returned.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)