Свойство PropertyRuleCollection.PropertyRules
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property PropertyRules As List(Of PropertyRule)
Get
Set
'Применение
Dim instance As PropertyRuleCollection
Dim value As List(Of PropertyRule)
value = instance.PropertyRules
instance.PropertyRules = value
[DataMemberAttribute]
public List<PropertyRule> PropertyRules { get; set; }
Значение свойства
Тип: System.Collections.Generic.List<PropertyRule>
См. также
Справочные материалы
Элементы PropertyRuleCollection
Пространство имен Microsoft.Office.Server.Search.Administration