ReferenceList.ItemOf[Int32] Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des DataReference Objekts KeyReference am angegebenen Index.

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

Parameter

index
Int32

Der Index des DataReference zurückzugebenden Objekts.KeyReference

Eigenschaftswert

Das ReferenceList -Objekt am angegebenen Index.

Gilt für: