다음을 통해 공유


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

적용 대상