Property Element (Feature)

Applies to: SharePoint Foundation 2010

Defines the default value for a feature property.

<Property
  Key = "Text"
  Value = "Text">
</Property>

Attributes

Attribute

Description

Key

Optional Text. Returns the identifier of the property being modified.

Value

Optional Text. Returns the value of the property.

Child Elements

None

Parent Elements

Properties

Occurrences

Minimum: 0

Maximum: Unbounded

Example

For an example of how this element is used, see Feature.xml Files.