Search service 应用程序中获取的属性名称和值的集合。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property PropertyBag As Dictionary(Of String, String)
Get
Friend Set
用法
Dim instance As SearchServiceApplicationInfo
Dim value As Dictionary(Of String, String)
value = instance.PropertyBag
[DataMemberAttribute]
public Dictionary<string, string> PropertyBag { get; internal set; }
属性值
类型:System.Collections.Generic.Dictionary<String, String>
属性名称和对应的值的集合。
另请参阅
引用
SearchServiceApplicationInfo 类