QueryTransform.QueryPropertyExpressions property

Gets the collection of QueryPropertyExpressions associated with the QueryTransform

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property QueryPropertyExpressions As QueryPropertyExpressionCollection
    Get
    Private Set
'Usage
Dim instance As QueryTransform
Dim value As QueryPropertyExpressionCollection

value = instance.QueryPropertyExpressions
[DataMemberAttribute]
public QueryPropertyExpressionCollection QueryPropertyExpressions { get; private set; }

Property value

Type: Microsoft.Office.Server.Search.Query.Rules.QueryPropertyExpressionCollection

See also

Reference

QueryTransform class

QueryTransform members

Microsoft.Office.Server.Search.Query.Rules namespace