[DataMember(30)] public uint MaxNodesPerHistoryReadEvents {get; set;}
[DataMember(30)] public: property uint MaxNodesPerHistoryReadEvents { uint get(); void set ( uint value); }
'Declaration
<DataMemberAttribute(30)> Public Property MaxNodesPerHistoryReadEvents As UInteger
'Usage
Dim instance As OperationLimits Dim value As UInteger instance.MaxNodesPerHistoryReadEvents = value value = instance.MaxNodesPerHistoryReadEvents