共用方式為


Device.AgentGroupVersion Property

Definition

Gets or sets the device agent group version.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.agentGroupVersion")]
public int? AgentGroupVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.agentGroupVersion")>]
member this.AgentGroupVersion : Nullable<int> with get, set
Public Property AgentGroupVersion As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to