Share via


CreatedAtAttribute クラス

定義

__createdAt システム プロパティを表す型のメンバーに適用される属性。

[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
継承
CreatedAtAttribute
属性

コンストラクター

CreatedAtAttribute()

CreatedAtAttribute クラスの新しいインスタンスを初期化します。

適用対象