Property Element (DeploymentManifest)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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