| MvArrayItem Property |
Gets or sets an item at a given index.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual Object this[
int index
] { get; set; }
Public Overridable Default Property Item (
index As Integer
) As Object
Get
Set
public:
virtual property Object^ default[int index] {
Object^ get (int index);
void set (int index, Object^ value);
}
Parameters
- index
- Type: SystemInt32
The index.
Property Value
Type:
ObjectThe item at the given index.
See Also