QueryPropertyExpression.InputParameters property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property InputParameters As Dictionary<TKey, TValue>.Enumerator
Get
'Usage
Dim instance As QueryPropertyExpression
Dim value As Dictionary<TKey, TValue>.Enumerator
value = instance.InputParameters
public Dictionary<TKey, TValue>.Enumerator InputParameters { get; }
Property value
Type: System.Collections.Generic.Dictionary<TKey, TValue>.Enumerator