Share via


DscNode.DscNodeName Property

Definition

Gets or sets the name of the dsc node configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to