DnsRecordMessageBaseQuestions Property
Gets or sets the entries in the question section
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public List<DnsQuestion> Questions { get; set; }
Public Property Questions As List(Of DnsQuestion)
Get
Set
public:
property List<DnsQuestion^>^ Questions {
List<DnsQuestion^>^ get ();
void set (List<DnsQuestion^>^ value);
}
member Questions : List<DnsQuestion> with get, set
Property Value
ListDnsQuestion