CertificateDetails.Version Property

Definition

Gets certificate Version.

[Newtonsoft.Json.JsonProperty(PropertyName="version")]
public int? Version { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="version")>]
member this.Version : Nullable<int>
Public ReadOnly Property Version As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to