Properties Element (DeploymentManifest - SPModule)

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

Represents a collection of properties on an instance of a Windows SharePoint Services 3.0 module (SPModule) object.

Definition

DECLARATION
<xs:element name="Properties" type="Dictionary" />
USAGE
<Module>
        <Properties
                <Property />
        />
</Module>

Type

Dictionary

Elements and attributes

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

Attributes

None

Child elements

Property Element (DeploymentManifest)

Parent elements

Module Element (DeploymentManifest)

See also