Property element (Feature)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Defines the default value for a feature property.

Definition

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

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

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.