Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.52 KB

properties-element-deploymentmanifestspweb.md

File metadata and controls

57 lines (38 loc) · 1.52 KB
title description manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
Properties Element (DeploymentManifest - SPWeb)
Describes the Properties element (DeploymentManifest - SPWeb) and provides a definition, the type, and the elements and attributes.
soliver
06/09/2022
Developer
reference
medium
846e7a27-468e-4b7f-a911-5c923f4e774c

Properties Element (DeploymentManifest - SPWeb)

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 Web (SPWeb) object.

Definition

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

USAGE
<Web>
        <Properties
                <Property />
        />
</Web>

Type

Dictionary

Elements and attributes

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

Attributes

None

Child elements

Property Element (DeploymentManifest)

Parent elements

Web Element (DeploymentManifest)

See also