Share via


Property Element (List Instance)

Applies to: SharePoint Foundation 2010

Specifies a property for a list instance.

<Property 
  Name = string
  Value = string
  Type = int | string | DateTime />

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

DataSource Element (List Instance)

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.