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.