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