ScriptingWebServicesSectionGroup Class

Definition

Represents a group of related sections in a configuration file.

public ref class ScriptingWebServicesSectionGroup sealed : System::Configuration::ConfigurationSectionGroup
public sealed class ScriptingWebServicesSectionGroup : System.Configuration.ConfigurationSectionGroup
type ScriptingWebServicesSectionGroup = class
    inherit ConfigurationSectionGroup
Public NotInheritable Class ScriptingWebServicesSectionGroup
Inherits ConfigurationSectionGroup
Inheritance
ScriptingWebServicesSectionGroup

Remarks

Use the ScriptingWebServicesSectionGroup class to programmatically set and retrieve the values of the webServices section of the configuration file.

Constructors

ScriptingWebServicesSectionGroup()

Initializes a new instance of the ScriptingWebServicesSectionGroup class.

Properties

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)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
ForceDeclaration()

Forces the declaration for this ConfigurationSectionGroup object.

(Inherited from ConfigurationSectionGroup)
ForceDeclaration(Boolean)

Forces the declaration for this ConfigurationSectionGroup object.

(Inherited from ConfigurationSectionGroup)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

Indicates whether the current ConfigurationSectionGroup instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.

(Inherited from ConfigurationSectionGroup)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also