IgnoreFieldAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Define a field or property as excluded.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class IgnoreFieldAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type IgnoreFieldAttribute = class
inherit Attribute
Public Class IgnoreFieldAttribute
Inherits Attribute
- Inheritance
-
IgnoreFieldAttribute
- Attributes
Remarks
The ignored field is a field that is excluded from the list of fields.
Constructors
IgnoreFieldAttribute() |
Mark a field or property as excluded. |