共用方式為


ScriptActivityTypePropertiesLogSettings.LogDestination Property

Definition

Gets or sets the destination of logs. Type: string. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to