GeoFilter.RelativePath 속성

정의

지역 필터에 적용할 수 있는 상대 경로를 가져오거나 설정합니다. (예: '/mypictures', '/mypicture/kitty.jpg' 등)

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상