'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public ReadOnly Property IndexRangeList As UAIndexRangeList
'Usage
Dim instance As UAClientDataMappingSource Dim value As UAIndexRangeList value = instance.IndexRangeList
[ElementsNotNull()] [NotNull()] public UAIndexRangeList IndexRangeList {get;}
[ElementsNotNull()] [NotNull()] public: property UAIndexRangeList^ IndexRangeList { UAIndexRangeList^ get(); }