[This is prerelease documentation and is subject to change in future releases.]
The ConfigurationSettings element describes the collection of configuration settings for a given role.

Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this element.
Attributes
Child Elements
Parent Elements

Remarks
The configuration settings for a role are name/value pairs that are declared in the service definition file and set in the service configuration file.
To retrieve the value of a configuration setting from within code running in a service, call the GetConfigurationSetting method of the RoleManager class.

See Also
Copyright © 2009 by Microsoft Corporation. All rights reserved.