PropertyRuleCollection.PropertyRules property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property PropertyRules As List(Of PropertyRule)
Get
Set
'Uso
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>