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.