[ Team LiB ] Previous Section Next Section

XmlIncludeAttributeSystem.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.

Hierarchy

System.Object System.Attribute XmlIncludeAttribute

Valid On

Class, Struct, Method

    [ Team LiB ] Previous Section Next Section