'Declaration<DefaultValueAttribute(True)> Public ReadOnly Property IsSimple As Boolean
'UsageDim instance As UABrowsePathElement Dim value As Boolean value = instance.IsSimple
[DefaultValue(true)] public bool IsSimple {get;}
[DefaultValue(true)] public: property bool IsSimple { bool get(); }