Share via


DataProviderScriptWebPart.IgnoreQueryPropertiesTemplateUrl property

Gets or sets a flag that indicates whether QueryPropertiesTemplateUrl property should be ignored.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property IgnoreQueryPropertiesTemplateUrl As Boolean
    Get
    Set
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As Boolean

value = instance.IgnoreQueryPropertiesTemplateUrl

instance.IgnoreQueryPropertiesTemplateUrl = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool IgnoreQueryPropertiesTemplateUrl { get; set; }

Property value

Type: System.Boolean

Remarks

The default value of this property is false. This differs from the default value of IgnoreSafeQueryPropertiesTemplateUrl because unlike the arbitrary callers of the Query class, the DataProviderScriptWebPart explicitly sets a value for QueryPropertiesTemplateUrl.

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace