'Declaration <DescriptionAttribute("A value indicating whether DICOM Frame has the DataElement.")> Public Overridable ReadOnly Property HasDataElement As Boolean
[Description("A value indicating whether DICOM Frame has the DataElement.")] public virtual bool HasDataElement { get; }
[Description("A value indicating whether DICOM Frame has the DataElement.")] public: __property virtual bool get_HasDataElement();
[Description("A value indicating whether DICOM Frame has the DataElement.")] public:
virtual property bool HasDataElement { bool get(); }
Property Value
true, если у DICOM-кадра есть элемент DataElement; в противном случае - false.