Compartir a través de


NodeTypeActionParameters.Nodes Propiedad

Definición

Obtiene o establece la lista de nombres de nodo del tipo de nodo.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a