Partager via


MongoDbClusterInfo.Version Property

Definition

Gets or sets the version of the data source in the form x.y.z (e.g. 3.6.7). Not used if Type is BlobContainer.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to