Gets a value indicating whether the IStringStringList is read-only.

Namespace: CodeSmith.CustomProperties
Assembly: 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: Boolean
true if the IStringStringList is read-only; otherwise, false. The default is false.

Remarks

Please refer to IsReadOnly for details.

See Also