UpdatedAtAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute applied to a member of a type to specify that it represents the updatedAt system property.
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field)]
public class UpdatedAtAttribute : Attribute
type UpdatedAtAttribute = class
inherit Attribute
interface ISystemPropertyAttribute
Public Class UpdatedAtAttribute
Inherits Attribute
- Inheritance
-
System.AttributeUpdatedAtAttribute
- Attributes
-
System.AttributeUsageAttribute
Constructors
UpdatedAtAttribute() |
Initializes a new instance of the UpdatedAtAttribute class. |