Property Element (List Instance)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a property for a list instance.
Definition
<Property
Name = string
Value = string
Type = int | string | DateTime />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
**Name** |
Optional **string**. Specifies the name of the property. |
**Value** |
Optional **string**. Specifies the value of the property. |
**Type** |
Optional **choice**. Specifies the type of the property. Acceptable values are **int**, **string**, or **DateTime**. |
Child elements
None
Parent elements
Occurrences
Minimum: 0 Maximum: Unbounded |
Remarks
See the Remarks section of the topic DataSource Element (List Instance) for information about the use of this element.