ComponentSpace DNS Class Library Reference

DnsMessage.DnsQuestions Property

Get the list of questions.

[Visual Basic]
Public ReadOnly Property DnsQuestions As IList
[C#]
public System.Collections.IList DnsQuestions {get;}

Property Value

The list of DnsQuestion objects.

See Also

DnsMessage Class | ComponentSpace.Dns Namespace