次の方法で共有


GeoFilter.RelativePath プロパティ

定義

geo フィルターに適用できる相対パスを取得または設定します。 (例: '/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

適用対象