Opc.Ua.Core
MaxNodesPerWrite Property



Opc.Ua Namespace > OperationLimits Class : MaxNodesPerWrite Property
Indicates the maximum size of the nodesToWrite array when a Client calls the Write Service.
Syntax
'Declaration
 
<DataMemberAttribute(40)>
Public Property MaxNodesPerWrite As UInteger
'Usage
 
Dim instance As OperationLimits
Dim value As UInteger
 
instance.MaxNodesPerWrite = value
 
value = instance.MaxNodesPerWrite
[DataMember(40)]
public uint MaxNodesPerWrite {get; set;}
[DataMember(40)]
public:
property uint MaxNodesPerWrite {
   uint get();
   void set (    uint value);
}
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

OperationLimits Class
OperationLimits Members