CryptographicProviderCollection.Item Property (Int32)

Gets an item from the collection based on an index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As CryptographicProvider
    Get
'Usage
Dim instance As CryptographicProviderCollection
Dim index As Integer
Dim value As CryptographicProvider

value = instance(index)
public CryptographicProvider this[
    int index
] { get; }
public:
property CryptographicProvider^ default[int index] {
    CryptographicProvider^ get (int index);
}
member Item : CryptographicProvider
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters