IPropertyCollection interface
Represents a set of properties; every property is a key/value pair where the key is a string and the value is an object.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Interface IPropertyCollection _
Inherits IEnumerable
'Usage
Dim instance As IPropertyCollection
public interface IPropertyCollection : IEnumerable