CatalogItem.Version Property

Definition

Gets or sets the version of the catalog item.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to