Opc.Ua.Core
MaxNodesPerHistoryReadData Property



Opc.Ua Namespace > OperationLimits Class : MaxNodesPerHistoryReadData Property
Indicates the maximum size of the nodesToRead array when a Client calls the HistoryRead Service using the historyReadDetails RAW, PROCESSED, MODIFIED or ATTIME.
Syntax
'Declaration
 
<DataMemberAttribute(20)>
Public Property MaxNodesPerHistoryReadData As UInteger
'Usage
 
Dim instance As OperationLimits
Dim value As UInteger
 
instance.MaxNodesPerHistoryReadData = value
 
value = instance.MaxNodesPerHistoryReadData
[DataMember(20)]
public uint MaxNodesPerHistoryReadData {get; set;}
[DataMember(20)]
public:
property uint MaxNodesPerHistoryReadData {
   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