Share via


ActivityPolicy.SecureOutput Property

Definition

Gets or sets when set to true, Output from activity is considered as secure and will not be logged to monitoring.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to