EncryptionReferenceCollection.Item Property
Gets the EncryptionReference at the specified index in the collection.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim encryptionReferenceCollection1 As EncryptionReferenceCollection
Dim key As Integer
Dim returnValue As EncryptionReference
returnValue = encryptionReferenceCollection1.Item(key)
Syntax
'Declaration
Public ReadOnly Property Item( _
ByVal index As Integer _
) As EncryptionReference
public EncryptionReference this[
int index
] {get;}
public:
property EncryptionReference^ default[int] {
EncryptionReference^ get(int index);
}
public EncryptionReference get_Item(
int index
);
In JScript, you can use Indexed Properties defined by a class, but you cannot define your own.
Parameters
- index
The zero-based index of the EncryptionReference to retrieve.
Property Value
The EncryptionReference at the specified index in the EncryptionReferenceCollection.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
EncryptionReferenceCollection Class
EncryptionReferenceCollection Members
Microsoft.Web.Services3.Security Namespace