Method GetProduct
GetProduct(string)
Access a Product
for this app.
Declaration
public Product GetProduct(string productID)
Parameters
Type | Name | Description |
---|---|---|
string | productID | A product identifier to find as a |
Returns
Type | Description |
---|---|
Product | A |