IReadOnlyPropertyCollection interface
Represents a set of properties in which every 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 IReadOnlyPropertyCollection _
Inherits IEnumerable(Of KeyValuePair(Of String, Object)), _
IEnumerable, ICloneable
'Usage
Dim instance As IReadOnlyPropertyCollection
public interface IReadOnlyPropertyCollection : IEnumerable<KeyValuePair<string, Object>>,
IEnumerable, ICloneable