次の方法で共有


Configuration.ActiveRevisionsMode プロパティ

定義

コンテナー アプリのアクティブリビジョンの処理方法を activeRevisionsMode で取得または設定します。 <list><item>複数: 複数のリビジョンをアクティブにすることができます。 値が指定されていない場合、これは既定&の lt;/item><item>単一: 一度にアクティブにできるリビジョンは 1 つだけです。 リビジョンの重みは、このモード</item>& では使用できません。lt;/list>. 使用可能な値は、'multiple'、'single' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象