add Element for propertyStore for globalSettings [IIS Settings Schema]

Note

For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding WebDAV Property Stores <add>.

Specifies the settings for a property store provider.

Syntax

Attributes and Elements

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

Attributes

Attribute

Description

name

Required attribute.

Specifies the name for a property store provider.

image

Required attribute.

Specifies the file system path for a property store provider.

Note

On a 64-bit system this will be the 64-bit path, whereas on a 32-bit system this will contain the path to the 32-bit provider and the image32 attribute will be ignored.

image32

Optional attribute.

Specifies the 32-bit path for a property provider on a 64-bit system.

Note

This attribute was added in WebDAV 7.5 and IIS 7.5.

Child Elements

None.

Parent Elements

Element

Description

configuration

Specifies the root element in every configuration file that is used by IIS 7.

system.webServer

Specifies the top-level section group (in ApplicationHost.config) in which this element is defined.

webdav

Configures Web Distributed Authoring and Versioning (WebDAV) for Internet Information Services (IIS) 7.

propertyStore

Specifies settings for a collection of property store providers.

Remarks

For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding WebDAV Property Stores <add>.

Element Information

Configuration locations

ApplicationHost.config

Requirements

IIS 7

See Also

Reference

propertyStore Element for globalSettings for WebDAV [IIS Settings Schema]