Share via


FileStatusProperties.ExpirationTime Property

Definition

Gets the expiration time, if any, as ticks since the epoch. If the value is 0 or DateTime.MaxValue there is no expiration.

[Newtonsoft.Json.JsonProperty(PropertyName="msExpirationTime")]
public long? ExpirationTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="msExpirationTime")>]
member this.ExpirationTime : Nullable<int64>
Public ReadOnly Property ExpirationTime As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to