Properties Element (DeploymentManifest - SPAttachment)

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

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.

Definition

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

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

Type

Dictionary

Elements and attributes

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

Attributes

None

Child elements

Property Element (DeploymentManifest)

Parent elements

Attachment Element (DeploymentManifest)

See also