[AttributeUsageAttribute(ValidOn=AttributeTargets.Property,
AllowMultiple=false,
Inherited=true)]
public class IgnoreAttribute : System.Attribute, System.Runtime.InteropServices._Attribute
'Declaration
<AttributeUsageAttribute(ValidOn=AttributeTargets.Property,
AllowMultiple=False,
Inherited=True)>
Public Class IgnoreAttribute
Inherits System.Attribute
Implements System.Runtime.InteropServices._Attribute
'Usage
Dim instance As IgnoreAttribute
[AttributeUsageAttribute(ValidOn=AttributeTargets.Property,
AllowMultiple=false,
Inherited=true)]
public ref class IgnoreAttribute : public System.Attribute, System.Runtime.InteropServices._Attribute