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