次の方法で共有


ServiceResource.DefaultMoveCost プロパティ

定義

サービスの移動コストを取得または設定します。 指定できる値は、'Zero'、'Low'、'Medium'、'High' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象