Gets a value indicating whether the IStringList has a fixed size.
Namespace: CodeSmith.CustomPropertiesAssembly: 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: Booleantrue if the IStringList has a fixed size; otherwise, false. The default is false.
Remarks
Please refer to IsFixedSize for details.