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