Home > @i2analyze/i2connect > services > ISupportsMaxLength
services.ISupportsMaxLength interface
A type that indicates that a string condition can impose a length constraint on values.
Signature:
interface ISupportsMaxLength
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
maxStringLength? | ICharLimit | (Optional) Gets the maximum number of characters that the string can contain. |