ScriptingWebServicesSectionGroup Properties

 

Namespace:   System.Web.Configuration
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubpropertyAuthenticationService

Gets the authenticationService section that is contained in the configuration file.

System_CAPS_pubpropertyIsDeclarationRequired

Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyIsDeclared

Gets a value that indicates whether this ConfigurationSectionGroup object is declared.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyJsonSerialization

Gets the jsonSerialization section that is contained in the configuration file.

System_CAPS_pubpropertyName

Gets the name property of this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyProfileService

Gets the profileService section that is contained in the configuration file.

System_CAPS_pubpropertyRoleService

Gets the roleService section that is contained in the configuration file.

System_CAPS_pubpropertySectionGroupName

Gets the section group name associated with this ConfigurationSectionGroup.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertySectionGroups

Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertySections

Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubpropertyType

Gets or sets the type for this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

Return to top
Show: