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