次の方法で共有


DscNodeReport.IPV4Addresses プロパティ

定義

レポートを送信したノードの IPv4 アドレスを取得または設定します。

public System.Collections.Generic.IList<string> IPV4Addresses { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="iPV4Addresses")]
public System.Collections.Generic.IList<string> IPV4Addresses { get; set; }
member this.IPV4Addresses : System.Collections.Generic.IList<string> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="iPV4Addresses")>]
member this.IPV4Addresses : System.Collections.Generic.IList<string> with get, set
Public Property IPV4Addresses As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象