ReferenceList.ItemOf[Int32] Propiedad

Definición

Obtiene o establece el objeto DataReference o KeyReference que se encuentra en el índice especificado.

public:
 property System::Security::Cryptography::Xml::EncryptedReference ^ default[int] { System::Security::Cryptography::Xml::EncryptedReference ^ get(int index); void set(int index, System::Security::Cryptography::Xml::EncryptedReference ^ value); };
public System.Security.Cryptography.Xml.EncryptedReference this[int index] { get; set; }
member this.ItemOf(int) : System.Security.Cryptography.Xml.EncryptedReference with get, set
Default Public Property ItemOf(index As Integer) As EncryptedReference

Parámetros

index
Int32

Índice del objeto DataReference o KeyReference que se va a devolver.

Valor de propiedad

EncryptedReference

Objeto ReferenceList en el índice especificado.

Se aplica a