編輯

共用方式為


Property element (FeatureSiteTemplateAssociation)

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

Specifies a custom property that is included in the property bag for the Feature after the Feature is activated.

Definition

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

Elements and attributes

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

Attributes

Attribute

Description

**Key**

Required **Text**. Specifies the key in the key value pair of the property.

**Value**

Required **Text**. Specifies the value that is associated with *Key*.

Child elements

None

Parent elements

FeatureSiteTemplateAssociation

Example

For an example of how this element is used, see Feature/Site Template Associations.