XML3 - API DLL Documentation
Initializes a new instance of the ProductAttribute class

Namespace: XMLV3API.Products
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ProductAttribute(
	XmlNode ProdAttributeXML
)
Visual Basic
Public Sub New ( _
	ProdAttributeXML As XmlNode _
)
Visual C++
public:
ProductAttribute(
	XmlNode^ ProdAttributeXML
)

Parameters

ProdAttributeXML
Type: System.Xml..::..XmlNode

[Missing <param name="ProdAttributeXML"/> documentation for "M:XMLV3API.Products.ProductAttribute.#ctor(System.Xml.XmlNode)"]

See Also