次の方法で共有


PreAuthorizedApplicationExtension.Conditions プロパティ

定義

拡張機能の条件を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象