Row Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the row upon which an action has occurred.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Row As InventorySkusDataSet..::.InventorySku
'Usage
Dim instance As InventorySkusDataSet..::.InventorySkuChangeEvent
Dim value As InventorySkusDataSet..::.InventorySku
value = instance.Row
public InventorySkusDataSet..::.InventorySku Row { get; }
public:
property InventorySkusDataSet..::.InventorySku^ Row {
InventorySkusDataSet..::.InventorySku^ get ();
}
public function get Row () : InventorySkusDataSet..::.InventorySku
Property Value
Type: Microsoft.CommerceServer.Inventory..::.InventorySkusDataSet..::.InventorySku
The InventorySku row upon which an action has occurred.
Remarks
A InventorySkusDataSet..::.InventorySkuChangeEvent is returned as part of the OnRowChanged to indicate the action that was taken on a row to raise the event.
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..::.InventorySkuChangeEvent Class