QuickOPC User's Guide and Reference
DecimalMaximumStringLength Property (UAStructureField)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureField Class : DecimalMaximumStringLength Property
Specifies the maximum supported length for String or ByteString data types. A decimal.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DefaultValueAttribute(0)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<XmlIgnoreAttribute()>
Public Property DecimalMaximumStringLength As Decimal
'Usage
 
Dim instance As UAStructureField
Dim value As Decimal
 
instance.DecimalMaximumStringLength = value
 
value = instance.DecimalMaximumStringLength
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[XmlIgnore()]
public decimal DecimalMaximumStringLength {get; set;}
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[XmlIgnore()]
public:
property decimal DecimalMaximumStringLength {
   decimal get();
   void set (    decimal 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