PropertyCollection methods

The PropertyCollection type exposes the following members.

Methods

  Name Description
Public method Add(String, Object) Adds a property to the collection by using the name and the value of the property.
Public method Add(String, Object, String) Adds a property to the collection by using the name, value, and setting identifier of the property.
Public method Clear() Deletes the property collection.
Public method Clear(String) Deletes the property collection.
Public method GetEnumerator() Gets an enumeration of properties in this collection.
Public method GetEnumerator(String) Gets an enumeration of properties in this collection by using a setting identifier.
Public method GetMergedEnumerator Gets an enumeration of properties in this collection by using a setting identifier.
Public method Remove(String) Removes a property from the collection by using the name of the property.
Public method Remove(String, String) Removes a property from the collection by using the name of the property and the setting identifier.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumeration of properties in this collection.

Top

See also

Reference

PropertyCollection class

Microsoft.SharePoint.BusinessData.Administration namespace