Share via


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

Property Value

Type: System.Object

Returns the specified item.

Implements

IFsrmCollection.Item[Int32]

See Also

IFsrmMutableCollection Interface
Microsoft.Storage Namespace

Return to top