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