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