Opc.Ua.Core
MaxByteStringLength Property (TransportQuotas)



Opc.Ua Namespace > TransportQuotas Class : MaxByteStringLength Property
The maximum length of a byte string encoded in a message body.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=2)>
Public Property MaxByteStringLength As Integer
'Usage
 
Dim instance As TransportQuotas
Dim value As Integer
 
instance.MaxByteStringLength = value
 
value = instance.MaxByteStringLength
[DataMember(IsRequired=false, Order=2)]
public int MaxByteStringLength {get; set;}
[DataMember(IsRequired=false, Order=2)]
public:
property int MaxByteStringLength {
   int get();
   void set (    int value);
}

Property Value

The max length of the byte 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