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