SearchServiceApplicationInfo.PropertyBag - Propriété
Obtient la collection de noms de propriétés et les valeurs pour le Application de service de recherche.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property PropertyBag As Dictionary(Of String, String)
Get
Friend Set
'Utilisation
Dim instance As SearchServiceApplicationInfo
Dim value As Dictionary(Of String, String)
value = instance.PropertyBag
[DataMemberAttribute]
public Dictionary<string, string> PropertyBag { get; internal set; }
Valeur de propriété
Type : System.Collections.Generic.Dictionary<String, String>
La collection de noms de propriétés et les valeurs correspondantes.
Voir aussi
Référence
SearchServiceApplicationInfo classe