IReadOnlyPropertyCollection 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 IReadOnlyPropertyCollection _
Inherits IEnumerable, ICloneable
'Usage
Dim instance As IReadOnlyPropertyCollection
public interface IReadOnlyPropertyCollection : IEnumerable,
ICloneable