RecordSource Property

The source of records provided in the Records properties.

Syntax

public DnsRecordSources RecordSource { get; set; }

enum DnsRecordSources { rsAnswerSection, rsNameServerSection, rsAdditionalRecordsSection }
Public Property RecordSource As DnsRecordSources

Enum DnsRecordSources rsAnswerSection rsNameServerSection rsAdditionalRecordsSection End Enum

Default Value

0

Remarks

This property contains the source of records provided in the Records collection and can have one of the following values:

rsAnswerSection (0)Records answering the question/query.
rsNameServerSection (1)Records pointing toward an authoritative name server.
rsAdditionalRecordsSection (2)Records holding additional information.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 .NET Edition - Version 20.0 [Build 8307]