Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.Items

TElDNSResourceRecordSet     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Provides access to individual items of the RRset.

Declaration

[C#]
    TElDNSResourceRecord Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElDNSResourceRecord

[Pascal]
    property Items[Index : Integer] : TElDNSResourceRecord;

[C++]
    TElDNSResourceRecord* get_Items(int32_t Index);

[PHP]
    TElDNSResourceRecord get_Items(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired element in the list. The first element has Index=0, the second has Index=1, and so on.

Description

    Use this property to access individual resource records from the RRset.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum