你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdatedAtAttribute 类

定义

应用于类型成员的属性以指定它表示__updatedAt系统属性。

[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
继承
UpdatedAtAttribute
属性

构造函数

UpdatedAtAttribute()

初始化 UpdatedAtAttribute 类的新实例。

适用于