Share via


ApplicationQueryDescription.ExcludeApplicationParameters Property

Definition

Gets or sets the flag that specifies whether application parameters will be excluded from the result.

public bool ExcludeApplicationParameters { get; set; }
member this.ExcludeApplicationParameters : bool with get, set
Public Property ExcludeApplicationParameters As Boolean

Property Value

Flag that specifies whether application parameters will be excluded from the result.

Remarks

This flag can be set to true in order to limit the result size when parameters are huge. Default value is false.

Applies to