MaxLength Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the maximum length of string tag types.
'Declaration
Public Property MaxLength As Integer
'Usage
Dim instance As HistorianDataValue
Dim value As Integer
instance.MaxLength = value
value = instance.MaxLength
public int MaxLength {get; set;}