Gets a value indicating whether the
IStringStringList 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 IStringStringList is read-only; otherwise, false. The default is false.
Remarks
Please refer to IsReadOnly for details.