DataContractSerializerSection::DeclaredTypes Property

 

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

Gets a collection of types added to the KnownTypes property.

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

public:
[ConfigurationPropertyAttribute("declaredTypes", DefaultValue = null)]
property DeclaredTypeElementCollection^ DeclaredTypes {
	DeclaredTypeElementCollection^ get();
}

.NET Framework
Available since 3.0
Return to top
Show: