Partager via


NotCountableAttribute Classe

Définition

Représente un Attribute qui peut être placé sur une propriété pour spécifier que le $count ne peut pas être appliqué à la propriété .

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NotCountableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NotCountableAttribute = class
    inherit Attribute
Public NotInheritable Class NotCountableAttribute
Inherits Attribute
Héritage
NotCountableAttribute
Attributs

Constructeurs

NotCountableAttribute()

Représente un Attribute qui peut être placé sur une propriété pour spécifier que le $count ne peut pas être appliqué à la propriété .

S’applique à