次の方法で共有


PrepareRequest.MoveResources プロパティ

定義

moveResourceInputType プロパティを使用して入力の種類を切り替えない限り、リソース ID の一覧を取得または設定します。既定では、移動リソース ID を受け入れます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象