Property element (Module)

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

Specifies a custom property value to implement within the file.

Definition

<Property
  Name = "Text"
  Value = "Text">
  Type = integer | string | DateTime/>

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.

**Value**

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

**Type**

Optional **integer**, **string**, or **DateTime**. Specifies the type of property.

Child elements

None

Parent elements

File

Occurrences

Minimum: 0

Maximum: Unbounded

Example

For an example of how this element is used, see Modules.

See also