Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceModelActivitiesSectionGroup Class

.NET Framework (current version)
 

Represents a configuration section that contains workflow hosting options.

Namespace:   System.ServiceModel.Activities.Configuration
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

System::Object
  System.Configuration::ConfigurationSectionGroup
    System.ServiceModel.Activities.Configuration::ServiceModelActivitiesSectionGroup

public ref class ServiceModelActivitiesSectionGroup sealed : ConfigurationSectionGroup

NameDescription
System_CAPS_pubmethodServiceModelActivitiesSectionGroup()

Initializes a new instance of the ServiceModelActivitiesSectionGroup class.

NameDescription
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_pubpropertyName

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

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.)

System_CAPS_pubpropertyWorkflowHostingOptionsSection

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodForceDeclaration()

Forces the declaration for this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubmethodForceDeclaration(Boolean)

Forces the declaration for this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetSectionGroup(Configuration^)

Gets or sets the ServiceModelActivitiesSectionGroup from the given configuration.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodShouldSerializeSectionGroupInTargetVersion(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.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: