SerializationSectionGroup::GetSectionGroup Method (Configuration^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the serialization configuration section for the specified configuration.

Namespace:   System.Runtime.Serialization.Configuration
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
static SerializationSectionGroup^ GetSectionGroup(
	Configuration^ config
)

Parameters

config
Type: System.Configuration::Configuration^

A Configuration that represents the configuration to retrieve.

Return Value

Type: System.Runtime.Serialization.Configuration::SerializationSectionGroup^

A SerializationSectionGroup that represents the configuration section.

.NET Framework
Available since 3.0
Return to top
Show: