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