The SearchTemplateSelectProperty type exposes the following members.

ToggleProperties

Type NameDescription
Public propertyExcludeFromQuery
Indicates whether any select list properties in the search template are to be excluded at runtime. Enter a bool value of false or null if no select list properties in the search template are to be excluded at runtime; true if one or more select list properties are to be excluded at runtime.
Public propertyItemId
Specifies the GUID of a select list property in the search template to be modified or excluded, or the GUID of a new select list property to be added to the search.

Note: If a new select property is being added to the search, all properties for this instance must be set or an exception will be thrown.

Public propertySortLevel
Overrides the existing select list property sort level in the search template, or provides a sort level for a new select list property added to the query. If a new select list property is added to the query, this property is required. If the property is null, the search template is not modified.
Public propertySortOrder
Overrides the existing select list property sort order in the search template, or provides a sort order for a new select list property added to the query. If a new select list property is added to the query, this property is required. If the property is null, the search template is not modified.
Public propertySymbolicName
Specifies the symbolic name of a select list property in the search template to be modified or excluded, or the GUID of a new select list property to be added to the search. If a new select list property is added to the query, this property is required. If the property is null, the search template is not modified.

ToggleSee Also