XmlContractBehaviorAttribute Class Properties
In This Topic
For a list of all members of this type, see XmlContractBehaviorAttribute members.
Public Properties
| Name | Description |
| LxSerializerType | The type of LxSerializer class that will be used to serialize and deserialize the XML data going into/out of the web service. A class can be derived from LxSerializer and configured to load XSD definitions from the appropriate assemblies and types. The derived LxSerializer must have a parameterless constructor. |
| TypeId | (Inherited from System.Attribute) |
Top
See Also