'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <XmlIgnoreAttribute()> Public Property InternalValue As DAQualities
'Usage
Dim instance As DAQuality Dim value As DAQualities instance.InternalValue = value value = instance.InternalValue
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [XmlIgnore()] public DAQualities InternalValue {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [XmlIgnore()] public: property DAQualities InternalValue { DAQualities get(); void set ( DAQualities value); }