Share via


Memo Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the Memo.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property Memo As String
'Usage
Dim instance As InventorySku
Dim value As String

value = instance.Memo

instance.Memo = value
public string Memo { get; set; }
public:
property String^ Memo {
    String^ get ();
    void set (String^ value);
}
public function get Memo () : String
public function set Memo (value : String)

Property Value

Type: System..::.String
The memo.

Remarks

Store user defined information for the product. This is an optional attribute which represents a built in product. The attribute is limited to 128 characters.

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace