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 |
Access a Product for this app.
public Product GetProduct(string productID)
| Type | Name | Description |
|---|---|---|
| string | productID | A product identifier to find as a |
| Type | Description |
|---|---|
| Product | A |