共用方式為


ManagementGroupDetails.Version Property

Definition

Gets or sets the version number of the object.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to