Share via


IgnorePropertyAttribute クラス

定義

シリアル化または逆シリアル化中にエンティティのプロパティを無視するために使用できるカスタム属性を表します。

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class IgnorePropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type IgnorePropertyAttribute = class
    inherit Attribute
Public NotInheritable Class IgnorePropertyAttribute
Inherits Attribute
継承
IgnorePropertyAttribute
属性

コンストラクター

IgnorePropertyAttribute()

シリアル化または逆シリアル化中にエンティティのプロパティを無視するために使用できるカスタム属性を表します。

適用対象