Share via


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