Opc.Ua.Core
MaxStringLength Property (TransportQuotas)



Opc.Ua Namespace > TransportQuotas Class : MaxStringLength Property
The maximum length of string encoded in a message body.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=1)>
Public Property MaxStringLength As Integer
 
'Usage
 
Dim instance As TransportQuotas
Dim value As Integer
 
instance.MaxStringLength = value
 
value = instance.MaxStringLength

Property Value

The max length of the string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransportQuotas Class
TransportQuotas Members