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