'Declaration <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <DescriptionAttribute("A measurement annotation data, associated with this view.")> Public ReadOnly Property MeasurementAnnotationData As MeasurementAnnotationData
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [Description("A measurement annotation data, associated with this view.")] public MeasurementAnnotationData MeasurementAnnotationData { get; }
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [Description("A measurement annotation data, associated with this view.")] public: __property MeasurementAnnotationData* get_MeasurementAnnotationData();
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [Description("A measurement annotation data, associated with this view.")] public:
property MeasurementAnnotationData^ MeasurementAnnotationData { MeasurementAnnotationData^ get(); }