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 value in the MemoColumn column of the InventorySkusDataSet..::.InventorySkusDataTable table.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Memo As String
'Usage
Dim instance As InventorySkusDataSet..::.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
For user defined use, e.g. for storing key information to external systems.
Exceptions
Exception | Condition |
---|---|
StrongTypingException | The value for column Memo in table InventorySkus is DBNull. |
Remarks
The value in the MemoColumn column of the InventorySkusDataSet..::.InventorySkusDataTable table.
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.
See Also
Reference
InventorySkusDataSet..::.InventorySku Class