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