Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.