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