Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
index
Type: System.Int32The index of the item to get.
Property Value
Type: System.Object
Returns the specified item.
Implements
IFsrmMutableCollection.Item[Int32]
See Also
IFsrmCommittableCollection Interface
Microsoft.Storage Namespace
Return to top