Share via


HostedFileContent.CreatedAt Property

Definition

Gets or sets when the file was created.

public:
 property Nullable<DateTimeOffset> CreatedAt { Nullable<DateTimeOffset> get(); void set(Nullable<DateTimeOffset> value); };
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[System.Text.Json.Serialization.JsonIgnore]
public DateTimeOffset? CreatedAt { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public DateTimeOffset? CreatedAt { get; set; }
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.CreatedAt : Nullable<DateTimeOffset> with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.CreatedAt : Nullable<DateTimeOffset> with get, set
Public Property CreatedAt As Nullable(Of DateTimeOffset)

Property Value

Attributes

Applies to