Click or drag to resize

XmlSerializationSurrogateForAttribute Properties

The XmlSerializationSurrogateForAttribute type exposes the following members.

Properties
 NameDescription
Public propertyAssemblyName Gets the assembly short name of the target class type. If the SerializationType is set, the assembly name is derived from that type; otherwise the explicitly provided assembly name is returned.
Public propertySerializationType Gets the target type for which the class this attribute is applied to is the serialization surrogate. The value is null when the surrogate targets a deprecated type specified by assembly and type name instead.
Public propertyTypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
Public propertyTypeName Gets the name of the target type (the full name inclusive of namespaces). If the SerializationType is set, its full name is returned; otherwise the supplied type name is returned.
Public propertyVersion Gets the version of the class for which the surrogate is intended.
Top
See Also