Property Element (DeploymentManifest)

Applies to: SharePoint Foundation 2010

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

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

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

Reference

DictionaryEntry

Concepts

DeploymentManifest Schema