PropertyRule.PropertyValues 属性
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property PropertyValues As List(Of String)
Get
Set
用法
Dim instance As PropertyRule
Dim value As List(Of String)
value = instance.PropertyValues
instance.PropertyValues = value
[DataMemberAttribute]
public List<string> PropertyValues { get; set; }
属性值
类型:System.Collections.Generic.List<String>