A Sandcastle Documented Class Library |
HtmlAttributeCollection..::..IsReadOnly Property |
HtmlAttributeCollection Class See Also Send Feedback |
Gets readonly status of colelction
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public bool IsReadOnly { get; } |
Visual Basic |
---|
Public ReadOnly Property IsReadOnly As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsReadOnly { bool get () sealed; } |