共用方式為


NodeTypeActionParameters.Force Property

Definition

Gets or sets force the action to go through.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to