ActivityPolicy.SecureOutput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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