Sdílet prostřednictvím


VersionSpec.ComponentVersions Property

Definition

Gets or sets the component version property.

[Newtonsoft.Json.JsonProperty(PropertyName="componentVersions")]
public System.Collections.Generic.IDictionary<string,string> ComponentVersions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="componentVersions")>]
member this.ComponentVersions : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ComponentVersions As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to