'Declaration
<AttributeUsageAttribute(AttributeTargets.Event Or _ AttributeTargets.Field Or _ AttributeTargets.Method Or _ AttributeTargets.Property, AllowMultiple=True)> <CLSCompliantAttribute(True)> <ComVisibleAttribute(False)> <MeansImplicitUseAttribute()> Public NotInheritable Class MappingTagAttribute Inherits System.Attribute Implements System.Runtime.InteropServices._Attribute
'Usage
Dim instance As MappingTagAttribute
[AttributeUsage(AttributeTargets.Event | AttributeTargets.Field | AttributeTargets.Method | AttributeTargets.Property, AllowMultiple=true)] [CLSCompliant(true)] [ComVisible(false)] [MeansImplicitUse()] public sealed class MappingTagAttribute : System.Attribute, System.Runtime.InteropServices._Attribute
[AttributeUsage(AttributeTargets.Event | AttributeTargets.Field | AttributeTargets.Method | AttributeTargets.Property, AllowMultiple=true)] [CLSCompliant(true)] [ComVisible(false)] [MeansImplicitUse()] public ref class MappingTagAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute