RuleInfo.ManagedProperty property

Gets or sets managed property information that is used by the scope rule.

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

Syntax

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

value = instance.ManagedProperty

instance.ManagedProperty = value
[DataMemberAttribute]
public ManagedPropertyInfo ManagedProperty { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
The managed property information is used by the scope rule.

See also

Reference

RuleInfo class

RuleInfo members

Microsoft.Office.Server.Search.Administration namespace