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