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