次の方法で共有


SiteAuthSettings.RuntimeVersion プロパティ

定義

現在のアプリで使用されている認証/承認機能の RuntimeVersion を取得または設定します。 この値の設定は、認証/承認モジュールの特定の機能の動作を制御できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象