Click or drag to resize
Attribute Class
An immutable XML attribute.
Inheritance Hierarchy
SystemObject
  Apptus.Util.XmlAttribute

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public class Attribute

The Attribute type exposes the following members.

Properties
  NameDescription
Public propertyName
The attribute name.
Public propertyValue
The attribute value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also