EasyUA Reference
MaxArrayLength Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TransportQuotas Class : MaxArrayLength Property

Glossary Item Box

The maximum length of an array encoded in a message body.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As TransportQuotas
Dim value As Integer
 
instance.MaxArrayLength = value
 
value = instance.MaxArrayLength
C# 
[DataMemberAttribute(3)]
public int MaxArrayLength {get; set;}

Property Value

The max length of the array.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.