This documentation is archived and is not being maintained.
ScriptingWebServicesSectionGroup Properties
Visual Studio 2010
The ScriptingWebServicesSectionGroup type exposes the following members.
| Name | Description | |
|---|---|---|
|
AuthenticationService | Gets the authenticationService section that is contained in the configuration file. |
|
IsDeclarationRequired | Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup.) |
|
IsDeclared | Gets a value that indicates whether this ConfigurationSectionGroup object is declared. (Inherited from ConfigurationSectionGroup.) |
|
JsonSerialization | Gets the jsonSerialization section that is contained in the configuration file. |
|
Name | Gets the name property of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
|
ProfileService | Gets the profileService section that is contained in the configuration file. |
|
RoleService | Gets the roleService section that is contained in the configuration file. |
|
SectionGroupName | Gets the section group name associated with this ConfigurationSectionGroup. (Inherited from ConfigurationSectionGroup.) |
|
SectionGroups | Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
|
Sections | Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
|
Type | Gets or sets the type for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
Show: