ReferenceList.ItemOf[Int32] Property

Definition

Gets or sets the DataReference or KeyReference object at the specified 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

Parameters

index
Int32

The index of the DataReference or KeyReference object to return.

Property Value

The ReferenceList object at the specified index.

Applies to