ScriptingWebServicesSectionGroup Klasse

Definition

Stellt eine Gruppe verwandter Abschnitte in einer Konfigurationsdatei dar.

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

Hinweise

Verwenden ScriptingWebServicesSectionGroup Sie die-Klasse, um die Werte des- webServices Abschnitts der Konfigurationsdatei Programm gesteuert festzulegen und abzurufen.

Konstruktoren

ScriptingWebServicesSectionGroup()

Initialisiert eine neue Instanz der ScriptingWebServicesSectionGroup-Klasse.

Eigenschaften

AuthenticationService

Ruft den authenticationService-Abschnitt ab, der in der Konfigurationsdatei enthalten ist.

IsDeclarationRequired

Ruft einen Wert ab, der angibt, ob die Deklaration dieses ConfigurationSectionGroup-Objekts erforderlich ist.

(Geerbt von ConfigurationSectionGroup)
IsDeclared

Ruft einen Wert ab, der angibt, ob dieses ConfigurationSectionGroup-Objekt deklariert wird.

(Geerbt von ConfigurationSectionGroup)
JsonSerialization

Ruft den jsonSerialization-Abschnitt ab, der in der Konfigurationsdatei enthalten ist.

Name

Ruft die Namenseigenschaft dieses ConfigurationSectionGroup-Objekts ab.

(Geerbt von ConfigurationSectionGroup)
ProfileService

Ruft den profileService-Abschnitt ab, der in der Konfigurationsdatei enthalten ist.

RoleService

Ruft den roleService-Abschnitt ab, der in der Konfigurationsdatei enthalten ist.

SectionGroupName

Ruft den dieser ConfigurationSectionGroup zugeordneten Abschnittsgruppennamen ab.

(Geerbt von ConfigurationSectionGroup)
SectionGroups

Ruft ein ConfigurationSectionGroupCollection-Objekt ab, das alle ConfigurationSectionGroup-Objekte enthält, die untergeordnete Elemente dieses ConfigurationSectionGroup-Objekts sind.

(Geerbt von ConfigurationSectionGroup)
Sections

Ruft ein ConfigurationSectionCollection-Objekt ab, das alle ConfigurationSection-Objekte innerhalb dieses ConfigurationSectionGroup-Objekts enthält.

(Geerbt von ConfigurationSectionGroup)
Type

Ruft den Typ für dieses ConfigurationSectionGroup-Objekt ab oder legt diesen fest.

(Geerbt von ConfigurationSectionGroup)

Methoden

Equals(Object)

Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.

(Geerbt von Object)
ForceDeclaration()

Erzwingt die Deklaration für dieses ConfigurationSectionGroup-Objekt.

(Geerbt von ConfigurationSectionGroup)
ForceDeclaration(Boolean)

Erzwingt die Deklaration für dieses ConfigurationSectionGroup-Objekt.

(Geerbt von ConfigurationSectionGroup)
GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von Object)
GetType()

Ruft den Type der aktuellen Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie des aktuellen Object.

(Geerbt von Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

Gibt an, ob die aktuelle ConfigurationSectionGroup Instanz serialisiert werden soll, wenn die Konfigurationsobjekthierarchie für die angegebene Zielversion der .NET Framework serialisiert wird.

(Geerbt von ConfigurationSectionGroup)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

(Geerbt von Object)

Gilt für

Siehe auch