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