ResultItemType.Rules property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Rules As PropertyRuleCollection
Get
Set
'Usage
Dim instance As ResultItemType
Dim value As PropertyRuleCollection
value = instance.Rules
instance.Rules = value
[DataMemberAttribute]
public PropertyRuleCollection Rules { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Administration.PropertyRuleCollection