DirectoryEntry.ExpiryTime Property
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.
Instant when the file will expire
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.ExpirationDateTimeConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="msExpirationTime")]
public DateTime? ExpiryTime { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.ExpirationDateTimeConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="msExpirationTime")>]
member this.ExpiryTime : Nullable<DateTime>
Public ReadOnly Property ExpiryTime As Nullable(Of DateTime)
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute