Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.Count

TElDNSResourceRecordSet     See also     


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


Specifies the number of items in the list.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : Integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this read-only property to obtain the number of RRs in the list.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum