共用方式為


NodeTypeActionParameters.Nodes Property

Definition

Gets or sets list of node names from the node type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to