System.Xml.Serialization.SoapTypeAttribute public class SoapTypeAttribute : Attribute Documentation public bool IncludeInSchema { get; set; } public string Namespace { get; set; } public string TypeName { get; set; } public SoapTypeAttribute() public SoapTypeAttribute(string typeName) public SoapTypeAttribute(string typeName, string ns)