Gets or sets the value of the specified property.
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
Public Default Property Item ( _
	propertyName As String _
) As Object
/** @property */
public Object get_Item(
	String propertyName
)
/** @property */
public  void set_Item(Object value)

 Parameters
- propertyName (String)
 - Name of property to get or set the value of.
 

 Return Value
The value of the specified property name
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)