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