共用方式為


Device.NetworkInterfaceCardCount Property

Definition

Gets or sets the number of network interface cards

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to