Property Element (Feature)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Defines the default value for a feature property.

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

Attributes

Attribute

Description

Key

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

Value

Required 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.

Microsoft.Win32.RegistryKey#4