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