Share via


Properties Element (DeploymentManifest - SPAttachment)

Applies to: SharePoint Foundation 2010

Represents a collection of properties on a Windows SharePoint Services 3.0 attachment. Use the Attachments property of the SPListItem class to retrieve a collection of attachements for a list item.

DECLARATION
<xs:element name="Properties" type="Dictionary" minOccurs="0" />

USAGE
<Attachment>
        <Properties
                <Property />
        />
</Attachment>

Type

Dictionary

Attributes

Attribute

Type

Description

None

Child Elements

Property Element (DeploymentManifest)

Parent Elements

Attachment Element (DeploymentManifest)

See Also

Concepts

DeploymentManifest Schema