Gets a value indicating whether the collection is read-only

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsReadOnly As Boolean

Field Value

False for TXT-records; otherwise, True

Implements

ICollection<(Of <(T>)>)..::.IsReadOnly

See Also