다음을 통해 공유


Solution.Data 속성

정의

솔루션 데이터를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="data")]
public System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> Data { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="data")>]
member this.Data : System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> with get, set
Public Property Data As IList(Of IList(Of NameValuePair))

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상