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