NotCountableAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é . |