ReferenceList.ItemOf[Int32] Proprietà

Definizione

Consente di ottenere o impostare l'oggetto DataReference o KeyReference in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Indice dell'oggetto DataReference o KeyReference che deve essere restituito.

Valore della proprietà

Oggetto ReferenceList in corrispondenza dell'indice specificato.

Si applica a