次の方法で共有


StackMajorVersion.ApplicationInsights プロパティ

定義

Application Insights がサポートされている場合は、lt;code>true</code> を取得または設定&します。それ以外の場合は、<code>false</code>。

[Newtonsoft.Json.JsonProperty(PropertyName="applicationInsights")]
public bool? ApplicationInsights { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="applicationInsights")>]
member this.ApplicationInsights : Nullable<bool> with get, set
Public Property ApplicationInsights As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象