'Declaration <DescriptionAttribute("A value indicating whether MPR image data are filled.")> <CategoryAttribute("State")> Public ReadOnly Property IsDataFilled As Boolean
[Description("A value indicating whether MPR image data are filled.")] [Category("State")] public bool IsDataFilled { get; }
[Description("A value indicating whether MPR image data are filled.")] [Category("State")] public: __property bool get_IsDataFilled();
[Description("A value indicating whether MPR image data are filled.")] [Category("State")] public:
property bool IsDataFilled { bool get(); }