'Declaration Protected Overrides ReadOnly Property ControllerType As ImGearMprViewType
'Usage Dim instance As ImGearMprAxialController Dim value As ImGearMprViewType value = instance.ControllerType
protected override ImGearMprViewType ControllerType {get;}
protected: __property ImGearMprViewType get_ControllerType() override;
protected: property ImGearMprViewType ControllerType { ImGearMprViewType get() override; }