DscNodeReport.IPV6Addresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the IPv6 address of the node that sent the report.
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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute