Gets a value indicating whether the NameValueCollection is read-only.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public virtual bool IsReadOnly { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property IsReadOnly As Boolean Get |
Property Value
Type: Booleantrue if the NameValueCollection is read-only; otherwise, false. The default is false.
Implements
IStringStringList..::..IsReadOnlyIList..::..IsReadOnly
Remarks
Please refer to IsReadOnly for details.