Gets or sets an internet URL that points to an image of this product
Namespace:
Asi.iBO.Commerce
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public virtual string ImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property ImageUrl As String |
| Visual C++ |
|---|
public:
virtual property String^ ImageUrl {
String^ get ();
void set (String^ value);
} |
See Also