DataContractSerializerSection::DeclaredTypes Property
.NET Framework (current version)
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.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: [ConfigurationPropertyAttribute("declaredTypes", DefaultValue = null)] property DeclaredTypeElementCollection^ DeclaredTypes { DeclaredTypeElementCollection^ get(); }
Property Value
Type: System.Runtime.Serialization.Configuration::DeclaredTypeElementCollection^A DeclaredTypeElementCollection that contains the known types.
.NET Framework
Available since 3.0
Available since 3.0
Show: