'Declaration <DescriptionAttribute("A value indicating whether the node has value.")> <CategoryAttribute("Metadata node")> Public Overridable ReadOnly Property HasValue As Boolean
[Description("A value indicating whether the node has value.")] [Category("Metadata node")] public virtual bool HasValue { get; }
[Description("A value indicating whether the node has value.")] [Category("Metadata node")] public: __property virtual bool get_HasValue();
[Description("A value indicating whether the node has value.")] [Category("Metadata node")] public:
virtual property bool HasValue { bool get(); }