ScriptingWebServicesSectionGroup 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示配置文件中的一组相关节。
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
- 继承
注解
使用 ScriptingWebServicesSectionGroup 类以编程方式设置和检索 webServices
配置文件的部分的值。
构造函数
ScriptingWebServicesSectionGroup() |
初始化 ScriptingWebServicesSectionGroup 类的新实例。 |
属性
AuthenticationService |
获取配置文件中包含的 |
IsDeclarationRequired |
获取一个值,指示是否需要声明此 ConfigurationSectionGroup 对象。 (继承自 ConfigurationSectionGroup) |
IsDeclared |
获取一个值,指示是否已声明此 ConfigurationSectionGroup 对象。 (继承自 ConfigurationSectionGroup) |
JsonSerialization |
获取配置文件中包含的 |
Name |
获取此 ConfigurationSectionGroup 对象的名称属性。 (继承自 ConfigurationSectionGroup) |
ProfileService |
获取配置文件中包含的 |
RoleService |
获取配置文件中包含的 |
SectionGroupName |
获取与此 ConfigurationSectionGroup 关联的节组名称。 (继承自 ConfigurationSectionGroup) |
SectionGroups |
获取一个 ConfigurationSectionGroupCollection 对象,其中包含作为此 ConfigurationSectionGroup 对象的子对象的所有 ConfigurationSectionGroup 对象。 (继承自 ConfigurationSectionGroup) |
Sections |
获取一个 ConfigurationSectionCollection 对象,其中包含此 ConfigurationSection 对象中的所有 ConfigurationSectionGroup 对象。 (继承自 ConfigurationSectionGroup) |
Type |
获取或设置此 ConfigurationSectionGroup 对象的类型。 (继承自 ConfigurationSectionGroup) |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
ForceDeclaration() |
强制声明此 ConfigurationSectionGroup 对象。 (继承自 ConfigurationSectionGroup) |
ForceDeclaration(Boolean) |
强制声明此 ConfigurationSectionGroup 对象。 (继承自 ConfigurationSectionGroup) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ShouldSerializeSectionGroupInTargetVersion(FrameworkName) |
指示在为.NET Framework的指定目标版本序列化配置对象层次结构时,是否应序列化当前ConfigurationSectionGroup实例。 (继承自 ConfigurationSectionGroup) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |