共用方式為


RequestDetails.PlanIds Property

Definition

Gets or sets current plans list

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to