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