PropertyRuleCollection.PropertyRules property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PropertyRules As List(Of PropertyRule)
    Get
    Set
'Usage
Dim instance As PropertyRuleCollection
Dim value As List(Of PropertyRule)

value = instance.PropertyRules

instance.PropertyRules = value
[DataMemberAttribute]
public List<PropertyRule> PropertyRules { get; set; }

Property value

Type: System.Collections.Generic.List<PropertyRule>

See also

Reference

PropertyRuleCollection class

PropertyRuleCollection members

Microsoft.Office.Server.Search.Administration namespace