XML3 - API DLL Documentation
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Product Attributes
Namespace: XMLV3API.ProductsAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public IList<ProductAttribute> ProductAttributes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ProductAttributes As IList(Of ProductAttribute) Get |
| Visual C++ |
|---|
public: property IList<ProductAttribute^>^ ProductAttributes { IList<ProductAttribute^>^ get (); } |