November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlIncludeAttribute — System.Xml.Serialization (system.xml.dll) CF 1.0 class
public class XmlIncludeAttribute : Attribute { // Public Constructors public XmlIncludeAttribute( Type type); // Public Instance Properties public Type Type{set; get; } }
This type is used to
specify the concrete System.Type of the object to
be created when deserializing an object from XML.
System.Object →
System.Attribute →
XmlIncludeAttribute
Class, Struct, Method