Property Element (FeatureSiteTemplateAssociation)
Applies to: SharePoint Foundation 2010
Specifies a custom property that is included in the property bag for the Feature after the Feature is activated.
<Property
Key = "Text"
Value = "Text">
</Property>
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
Example
For an example of how this element is used, see Feature/Site Template Associations.