CreatedAtAttribute Class

Definition

Attribute applied to a member of a type to specify that it represents the __createdAt system property.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public class CreatedAtAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type CreatedAtAttribute = class
    inherit Attribute
Public Class CreatedAtAttribute
Inherits Attribute
Inheritance
CreatedAtAttribute
Attributes

Constructors

CreatedAtAttribute()

Initializes a new instance of the CreatedAtAttribute class.

Applies to