GigaSpaces XAP.NET Documentation
GetIntProperty Method (name, defaultValue)
Class LibraryGigaSpaces.Core.PersistencyAbstractExternalDataSourceGetIntProperty(String, Int32)
Gets the specified property's value and convert it to int.
Declaration Syntax
C#Visual BasicVisual C++J#
protected int GetIntProperty(
	string name,
	int defaultValue
)
Protected Function GetIntProperty ( _
	name As String, _
	defaultValue As Integer _
) As Integer
protected:
int GetIntProperty(
	String^ name, 
	int defaultValue
)
protected int GetIntProperty(
	String name,
	int defaultValue
)
Parameters
name (String)
Name of property to retrieve.
defaultValue (Int32)
Value to return if the property is not defined
Return Value
Property's value. If the property is not defined defaultValue is returned.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)