다음을 통해 공유


ProductId Property

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

Gets or sets the value in the ProductIdColumn column of the InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable table.

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

Syntax

'Declaration
Public Property ProductId As String
'Usage
Dim instance As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
Dim value As String

value = instance.ProductId

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

Property Value

Type: System..::.String
The value from the ProductIdColumn column of the InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable table.

Remarks

The product identifier.

Permissions

See Also

Reference

InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta Class

InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta Members

Microsoft.CommerceServer.Inventory Namespace