'Declaration<DefaultValueAttribute(False)> Public ReadOnly Property IsDerived As Boolean
'UsageDim instance As EasyUASpecializedClient Dim value As Boolean value = instance.IsDerived
[DefaultValue(false)] public bool IsDerived {get;}
[DefaultValue(false)] public: property bool IsDerived { bool get(); }