Compartir a través de


NodeType.IsStateless Propiedad

Definición

Obtiene o establece indica si el tipo de nodo solo puede hospedar cargas de trabajo sin estado.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isStateless")]
public bool? IsStateless { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isStateless")>]
member this.IsStateless : Nullable<bool> with get, set
Public Property IsStateless As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a