UpdatedAtAttribute Class

Definition

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

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

Constructors

UpdatedAtAttribute()

Initializes a new instance of the UpdatedAtAttribute class.

Applies to