Share via


ClusterVersionDetails.CodeVersion Property

Definition

Gets or sets the Service Fabric runtime version of the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="codeVersion")]
public string CodeVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="codeVersion")>]
member this.CodeVersion : string with get, set
Public Property CodeVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to