LiquidTechnologies.XmlObjects Namespace / XmlContractBehaviorAttribute Class
Members

In This Topic
    XmlContractBehaviorAttribute Class
    In This Topic
    An attribute that can be attached to a ServiceContract interface in order to use the Liquid XML Object serialization instead of the built in .Net Framework serialization. This is typically added by the WSDL generator.
    Object Model
    XmlContractBehaviorAttribute Class
    Syntax
    'Declaration
     
    
    Public Class XmlContractBehaviorAttribute 
       Inherits System.Attribute
    public class XmlContractBehaviorAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          LiquidTechnologies.XmlObjects.XmlContractBehaviorAttribute

    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also