Share via


VariantId Property

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

Gets the variant identifier.

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

Syntax

'Declaration
Public ReadOnly Property VariantId As String
'Usage
Dim instance As InventoryQuantityDelta
Dim value As String

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

Property Value

Type: System..::.String
The variant identifier.

Remarks

The unique identifier for the variant.

Permissions

See Also

Reference

InventoryQuantityDelta Class

InventoryQuantityDelta Members

Microsoft.CommerceServer.Inventory Namespace