'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property BuiltInType As UABuiltInType
'Usage
Dim instance As UAEnumDescription Dim value As UABuiltInType instance.BuiltInType = value value = instance.BuiltInType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public UABuiltInType BuiltInType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property UABuiltInType BuiltInType { UABuiltInType get(); void set ( UABuiltInType value); }