Gets a value indicating whether the IStringStringList has a fixed size.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
bool IsFixedSize { get; }
Visual Basic
ReadOnly Property IsFixedSize As Boolean
	Get

Property Value

Type: Boolean
true if the IStringStringList has a fixed size; otherwise, false. The default is false.

Remarks

Please refer to IsFixedSize for details.

See Also