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