The number of data fields for this DNS record
Namespace:
JHSoftware.SimpleDNSPlusAssembly: SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public int Count { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Count As Integer |
Field Value
The number of data fields for this DNS recordImplements
ICollection<(Of <(T>)>)..::.Count
Remarks
For all record types except TXT, the number of data fields is always the same for each record type.
For example it always returns 1 (one) for A-record and 2 for MX-records.
TXT-records may have one or multiple data fields.