'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ZoomedRanges As System.Collections.Generic.List(Of NRange1DD)
'Usage
Dim instance As NAxisPagingView Dim value As System.Collections.Generic.List(Of NRange1DD) instance.ZoomedRanges = value value = instance.ZoomedRanges
[System.Xml.Serialization.XmlIgnore()] public System.Collections.Generic.List<NRange1DD> ZoomedRanges {get; set;}