SearchServiceApplicationInfo.PropertyBag Property

Gets the collection of property names and values for the Search service application.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PropertyBag As Dictionary(Of String, String)
    Get
    Friend Set
'Usage
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>
The collection of property names and corresponding values.

See Also

Reference

SearchServiceApplicationInfo Class

SearchServiceApplicationInfo Members

Microsoft.Office.Server.Search.Query Namespace