IFsrmMutableCollection.Item Property (Int32)
Returns the item with the specified index.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object this[
int index
] { get; }
property Object^ default[
int index
] {
Object^ get(int index);
}
abstract Item :
index:int -> Object with get
ReadOnly Property Item (
index As Integer
) As Object
Parameters
index
Type: System.Int32The index of the item to return.
Property Value
Type: System.Object
Returns the specified item.
Implements
See Also
IFsrmMutableCollection Interface
Microsoft.Storage Namespace
Return to top