Share via


IPropertyCollection members

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.

The IPropertyCollection type exposes the following members.

Properties

  Name Description
Public property Item Gets or sets a string value that 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<KeyValuePair<String, Object>>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method IsSupported Verifies if a given Type is supported to serve as the type of objects stored in the collection.
Public method TryGetValue

Top

See also

Reference

IPropertyCollection interface

Microsoft.SharePoint.Search.Query namespace