Opc.Ua.Core
MaxNodesPerNodeManagement Property



Opc.Ua Namespace > OperationLimits Class : MaxNodesPerNodeManagement Property
Indicates the maximum size of the nodesToAdd array when a Client calls the AddNodes Service, the maximum size of the referencesToAdd array when a Client calls the AddReferences Service, the maximum size of the nodesToDelete array when a Client calls the DeleteNodes Service, and the maximum size of the referencesToDelete array when a Client calls the DeleteReferences Service.
Syntax
'Declaration
 
<DataMemberAttribute(110)>
Public Property MaxNodesPerNodeManagement As UInteger
'Usage
 
Dim instance As OperationLimits
Dim value As UInteger
 
instance.MaxNodesPerNodeManagement = value
 
value = instance.MaxNodesPerNodeManagement
[DataMember(110)]
public uint MaxNodesPerNodeManagement {get; set;}
[DataMember(110)]
public:
property uint MaxNodesPerNodeManagement {
   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