QueryRule.Contact property

Contact person for the query rule

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

Syntax

'Declaration
Public Property Contact As String
    Get
    Set
'Usage
Dim instance As QueryRule
Dim value As String

value = instance.Contact

instance.Contact = value
public string Contact { get; set; }

Property value

Type: System.String

See also

Reference

QueryRule class

QueryRule members

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