'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public ReadOnly Property Kind As DAPropertyMappingKind
'Usage
Dim instance As DAPropertyMapping Dim value As DAPropertyMappingKind instance.Kind = value value = instance.Kind
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public DAPropertyMappingKind Kind {get;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property DAPropertyMappingKind Kind { DAPropertyMappingKind get(); }