'Declaration Public ReadOnly Property ObliqueViews As ICollection(Of ImGearPageView)
'Usage Dim instance As ImGearMprSagittalController Dim value As ICollection(Of ImGearPageView) value = instance.ObliqueViews
public ICollection<ImGearPageView> ObliqueViews {get;}
public: __property ICollection<ImGearPageView*>* get_ObliqueViews();
public: property ICollection<ImGearPageView^>^ ObliqueViews { ICollection<ImGearPageView^>^ get(); }