Gets or sets the name of the product.
Namespace:
Asi.iBO.Commerce
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public virtual string Title { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property Title As String |
| Visual C++ |
|---|
public:
virtual property String^ Title {
String^ get ();
void set (String^ value);
} |
See Also