Property element (Delegate Control)

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

Contains a property value for a delegate control.

Definition

<Property
  Name = "Text">
</Property>

Elements and attributes

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

Attributes

Attribute

Description

**Name**

Required **Text**. Specifies the name of the property.

Child elements

None

Parent elements

Control

Occurrences

Minimum: 0

Maximum: Unbounded

Example

When the control is instantiated, the properties specified in this element are applied to the control. For an example of how this element is used, see Delegate Controls.

See also