QuickOPC User's Guide and Reference
Int32MaximumStringLength Property (_UAStructureField)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UAStructureField Interface : Int32MaximumStringLength Property
Specifies the maximum supported length for String or ByteString data types. A 32-bit signed integer.
Syntax
'Declaration
 
Property Int32MaximumStringLength As Integer
'Usage
 
Dim instance As _UAStructureField
Dim value As Integer
 
instance.Int32MaximumStringLength = value
 
value = instance.Int32MaximumStringLength
int Int32MaximumStringLength {get; set;}
property int Int32MaximumStringLength {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also