GenericContextCondition.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 GenericContextCondition
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

See also

Reference

GenericContextCondition class

GenericContextCondition members

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