Property element (DeploymentManifest)

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

Represents a property value on an instance of a Windows SharePoint Services 3.0 object.

Definition

DECLARATION
<xs:element name="Property" type="DictionaryEntry" minOccurs="0" maxOccurs="unbounded" />

USAGE
<Properties>
        <Property
                Name="xs:string"
                Value="xs:string"
                Value2="xs:string"
                Id="Guid"
                Type="SPDictionaryEntryValueType"
                Access="SPDictionaryEntryAccess"
        />
</Properties>

Type

DictionaryEntry

Elements and attributes

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

Attributes

Attribute Type Description
Name
xs:string
Required. Name of the property.
Value
xs:string
Optional. Property value.
Value2
xs:string
Optional.
Id
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the property.
Type
SPDictionaryEntryValueType Simple Type (DeploymentManifest)
Optional. Enumeration of property value types.
The default type is string.
Access
SPDictionaryEntryAccess Simple Type (DeploymentManifest)
Optional. An enumeration of two available access modes settings: ReadOnly and ReadWrite.
The default access mode is ReadWrite.

Child elements

None

Parent elements

Properties Element (DeploymentManifest - SPAttachment)

See also