Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a collection of SPFeatureProperty objects.
The SPFeaturePropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of Feature properties in the collection. |
![]() |
Item[Int32] | Gets the Feature property object at the specified index in the collection. |
![]() |
Item[String] | Gets the Feature property object with the specified name from the collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds the specified Feature property object to the collection. |
![]() |
Delete | Deletes the collection of Feature properties. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the Feature properties in the collection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the Feature property with the specified name from the collection. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | Updates the database with changes made to the collection of Feature properties. |
Top