PropertyBag._Properties - Champ
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Protected _Properties As Dictionary(Of String, Object)
'Utilisation
Dim value As Dictionary(Of String, Object)
value = Me._Properties
Me._Properties = value
protected Dictionary<string, Object> _Properties