GigaSpaces XAP.NET Documentation
Item Property (propertyName)
Class LibraryGigaSpaces.Core.DocumentSpaceDocumentItem[([(String])])
Gets or sets the value of the specified property.
Declaration Syntax
C#Visual BasicVisual C++J#
public Object this[
	string propertyName
] { get; set; }
Public Default Property Item ( _
	propertyName As String _
) As Object
public:
property Object^ default[String^ propertyName] {
	Object^ get (String^ propertyName);
	void set (String^ propertyName, Object^ value);
}
/** @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.1.0.0 (10.1.1.12800)