An immutable XML attribute.
Inheritance Hierarchy
Apptus.Util.XmlAttribute
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Attribute
The Attribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Name |
The attribute name.
|
![]() | Value |
The attribute value.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
See Also