Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.OwnRecords

TElDNSResourceRecordSet     See also     


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


Specifies, if individual records belong to the RRset.

Declaration

[C#]
    bool OwnRecords;

[VB.NET]
    Property OwnRecords As Boolean

[Pascal]
    property OwnRecords : Boolean;

[C++]
    bool get_OwnRecords();
    void set_OwnRecords(bool Value);

[PHP]
    bool get_OwnRecords()
    void set_OwnRecords(bool $Value)

[Java]
    boolean getOwnRecords();
    void setOwnRecords(boolean Value);

Description

    Specifies, if individual records belong to the RRset. The default value is True.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum