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>