'Declaration <CategoryAttribute("Metadata node")> <DescriptionAttribute("A value of the node.")> <BrowsableAttribute(False)> Public Overridable Property Value As System.Object
[Category("Metadata node")] [Description("A value of the node.")] [Browsable(False)] public virtual System.Object Value { get; set; }
[Category("Metadata node")] [Description("A value of the node.")] [Browsable(False)] public: __property virtual System.Object get_Value(); public: __property virtual void set_Value(
System.Object value
);
[Category("Metadata node")] [Description("A value of the node.")] [Browsable(False)] public:
virtual property System.Object Value { System.Object get(); void set(System.Object value); }