SPFeaturePropertyCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of SPFeatureProperty objects.

The SPFeaturePropertyCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of Feature properties in the collection.
Public property Item[Int32] Gets the Feature property object at the specified index in the collection.
Public property Item[String] Gets the Feature property object with the specified name from the collection.

Top

Methods

  Name Description
Public method Add Adds the specified Feature property object to the collection.
Public method Delete Deletes the collection of Feature properties.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the Feature properties in the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the Feature property with the specified name from the collection.
Public method ToString (Inherited from Object.)
Public method Update Updates the database with changes made to the collection of Feature properties.

Top

See Also

Reference

SPFeaturePropertyCollection Class

Microsoft.SharePoint Namespace