System.Xml.Serialization.SoapIncludeAttribute public class SoapIncludeAttribute : Attribute Documentation Code namespace System.Xml.Serialization { public class SoapIncludeAttribute : Attribute { public Type Type { get; set; } public SoapIncludeAttribute(Type type); } }