다음을 통해 공유


ContentSource.Value 속성

정의

콘텐츠의 값을 가져오거나 설정합니다. 콘텐츠 원본 형식을 기반으로 하는 것입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상