Share via


DscNode.Ip Property

Definition

Gets or sets the ip of the node.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to