ResourceCertificateDetails.ValidTo Property

Definition

Gets or sets certificate Validity End Date time.

[Newtonsoft.Json.JsonProperty(PropertyName="validTo")]
public DateTime? ValidTo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validTo")>]
member this.ValidTo : Nullable<DateTime> with get, set
Public Property ValidTo As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to