SearchServiceApplicationInfo.PropertyBag property
Obtém a coleção de nomes de propriedades e valores para o Search service application.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property PropertyBag As Dictionary(Of String, String)
Get
Friend Set
'Uso
Dim instance As SearchServiceApplicationInfo
Dim value As Dictionary(Of String, String)
value = instance.PropertyBag
[DataMemberAttribute]
public Dictionary<string, string> PropertyBag { get; internal set; }
Property value
Type: System.Collections.Generic.Dictionary<String, String>
A coleção de nomes de propriedades e valores correspondentes.
Ver também
Referência
SearchServiceApplicationInfo class