通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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