次の方法で共有


NetworkInterface.AuxiliaryMode プロパティ

定義

ネットワーク インターフェイス リソースの補助モードを取得または設定します。 指定できる値は、'None'、'MaxConnections'、'Floating' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.auxiliaryMode")]
public string AuxiliaryMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.auxiliaryMode")>]
member this.AuxiliaryMode : string with get, set
Public Property AuxiliaryMode As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象