다음을 통해 공유


DscNodeReport.IPV6Addresses 속성

정의

보고서를 보낸 노드의 IPv6 주소를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상