'Declaration <CategoryAttribute("Metadata node")> <DescriptionAttribute("A value indicating whether the node is leaf of metadata tree.")> Public ReadOnly Property IsLeafNode As Boolean
[Category("Metadata node")] [Description("A value indicating whether the node is leaf of metadata tree.")] public bool IsLeafNode { get; }
[Category("Metadata node")] [Description("A value indicating whether the node is leaf of metadata tree.")] public: __property bool get_IsLeafNode();
[Category("Metadata node")] [Description("A value indicating whether the node is leaf of metadata tree.")] public:
property bool IsLeafNode { bool get(); }