Share via


IPropertyCollection members

Represents a set of properties; every property is a key/value pair where the key is a string and the value is an object.

The IPropertyCollection type exposes the following members.

Properties

  Name Description
Public property Item Stores, alters, or accesses properties.

Top

Methods

  Name Description
Public method ContainsKey Determines if the IPropertyCollection contains an element with the specified key.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method IsSupported Verifies if a given type is supported to serve as the type of object stored in the IPropertyCollection.
Public method TryGetValue Determines if there is an object in the collection that matches the key and the value.

Top

See also

Reference

IPropertyCollection interface

Microsoft.Office.Server.Search.Query namespace