IPropertyCollection interface

Represents a set of properties in which each property is a key/value pair where the key is a string and the value is an object.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public Interface IPropertyCollection _
    Inherits IEnumerable(Of KeyValuePair(Of String, Object)),  _
    IEnumerable
'Usage
Dim instance As IPropertyCollection
public interface IPropertyCollection : IEnumerable<KeyValuePair<string, Object>>, 
    IEnumerable

See also

Reference

IPropertyCollection members

Microsoft.SharePoint.Search.Query namespace