RuleInfo.UserValue property

Gets or sets the search scope rule value used in the search scope rule.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property UserValue As String
    Get
    Set
'Usage
Dim instance As RuleInfo
Dim value As String

value = instance.UserValue

instance.UserValue = value
[DataMemberAttribute]
public string UserValue { get; set; }

Property value

Type: System.String
The search scope rule value used in the search scope rule.

See also

Reference

RuleInfo class

RuleInfo members

Microsoft.Office.Server.Search.Administration namespace