Opc.Ua.Core
MaxNodesPerRegisterNodes Property



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