ScriptingWebServicesSectionGroup Klass

Definition

Representerar en grupp relaterade avsnitt i en konfigurationsfil.

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
Arv
ScriptingWebServicesSectionGroup

Kommentarer

ScriptingWebServicesSectionGroup Använd klassen för att programmatiskt ange och hämta värdena i webServices avsnittet i konfigurationsfilen.

Konstruktorer

Name Description
ScriptingWebServicesSectionGroup()

Initierar en ny instans av ScriptingWebServicesSectionGroup klassen.

Egenskaper

Name Description
AuthenticationService

Hämtar avsnittet authenticationService som finns i konfigurationsfilen.

IsDeclarationRequired

Hämtar ett värde som anger om den här ConfigurationSectionGroup objektdeklarationen krävs.

(Ärvd från ConfigurationSectionGroup)
IsDeclared

Hämtar ett värde som anger om det här ConfigurationSectionGroup objektet har deklarerats.

(Ärvd från ConfigurationSectionGroup)
JsonSerialization

Hämtar avsnittet jsonSerialization som finns i konfigurationsfilen.

Name

Hämtar namnegenskapen för det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
ProfileService

Hämtar avsnittet profileService som finns i konfigurationsfilen.

RoleService

Hämtar avsnittet roleService som finns i konfigurationsfilen.

SectionGroupName

Hämtar det avsnittsgruppnamn som är associerat med den här ConfigurationSectionGroup.

(Ärvd från ConfigurationSectionGroup)
SectionGroups

Hämtar ett ConfigurationSectionGroupCollection objekt som innehåller alla ConfigurationSectionGroup objekt som är underordnade till det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
Sections

Hämtar ett ConfigurationSectionCollection objekt som innehåller alla ConfigurationSection objekt i det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
Type

Hämtar eller anger typen för det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)

Metoder

Name Description
Equals(Object)

Avgör om det angivna objektet är lika med det aktuella objektet.

(Ärvd från Object)
ForceDeclaration()

Tvingar fram deklarationen för det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
ForceDeclaration(Boolean)

Tvingar fram deklarationen för det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
GetHashCode()

Fungerar som standard-hash-funktion.

(Ärvd från Object)
GetType()

Hämtar den aktuella instansen Type .

(Ärvd från Object)
MemberwiseClone()

Skapar en ytlig kopia av den aktuella Object.

(Ärvd från Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

Anger om den aktuella ConfigurationSectionGroup-instansen ska serialiseras när konfigurationsobjekthierarkin serialiseras för den angivna målversionen av .NET Framework.

(Ärvd från ConfigurationSectionGroup)
ToString()

Returnerar en sträng som representerar det aktuella objektet.

(Ärvd från Object)

Gäller för

Se även