Share via


IFsrmCommittableCollection.Item Property (Int32)

 

Gets the specified item.

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

IFsrmMutableCollection.Item[Int32]

See Also

IFsrmCommittableCollection Interface
Microsoft.Storage Namespace

Return to top