SPUserStorageCollection.Item Property
Gets the user-storage object at the specified index in the collection. In C#, this property is the indexer for the SPUserStorageCollection class.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As SPUserStorage
Get
'Usage
Dim instance As SPUserStorageCollection
Dim index As Integer
Dim value As SPUserStorage
value = instance.Item(index)
public SPUserStorage this[
int index
] { get; }
Parameters
index
Type: System.Int32A 32-bit integer that specifies the index.
Property Value
Type: Microsoft.SharePoint.SPUserStorage
A Microsoft.SharePoint.SPUserStorage object that represents the user storage.