ProviderElement Class [IIS 7 and higher]

Specifies the name and type of a provider.

Syntax

class ProviderElement : CollectionElement

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the ProviderElement class.

Name

Description

Name

A read-only string value that specifies the name of a provider. The key property.

Type

A required read/write string value that contains the managed type for the provider that is specified in the Name property.

NoteNote:
The type reference is formed as follows (items in brackets are not required): Namespace.Typename, Assemblyname[,] [Version=x,] [Culture=y,] [PublicKeyToken=z] (for example, "ExampleNamespace.ExampleType, Example.Assembly, Version=%ASSEMBLY_VERSION%, Culture=neutral, PublicKeyToken=%MICROSOFT_PUBLICKEY%").

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the Providers array property of the ProviderSettings class.

Inheritance Hierarchy

CollectionElement

   ProviderElement

Requirements

Type

Description

Client

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

HealthMonitoringSection Class [IIS 7 and higher]

ProviderSettings Class [IIS 7 and higher]

SessionStateSection Class [IIS 7 and higher]

SiteMapSection Class [IIS 7 and higher]

Other Resources

IIS 7.0: CollectionElement Class