次の方法で共有


ScriptActivityTypePropertiesLogSettings.LogDestination プロパティ

定義

ログの宛先を取得または設定します。 型: string。 使用可能な値は、'ActivityOutput'、'ExternalStore' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象