Share via


DiscardRequest.MoveResources Property

Definition

Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to