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