Compartir a través de


NotCountableAttribute Clase

Definición

Representa un Attribute objeto que se puede colocar en una propiedad para especificar que no se puede aplicar el $count en la propiedad .

[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
Herencia
NotCountableAttribute
Atributos

Constructores

NotCountableAttribute()

Representa un Attribute objeto que se puede colocar en una propiedad para especificar que no se puede aplicar el $count en la propiedad .

Se aplica a