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