NotCountableAttribute Class

Definition

Represents an Attribute that can be placed on a property to specify that the $count cannot be applied on the property.

[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
Inheritance
NotCountableAttribute
Attributes

Constructors

NotCountableAttribute()

Applies to