Share via


DataRow Property

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

Gets the DataRow for this variant.

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

Syntax

'Declaration
Public ReadOnly Property DataRow As CatalogItemsDataSet..::.CatalogItem
'Usage
Dim instance As Variant
Dim value As CatalogItemsDataSet..::.CatalogItem

value = instance.DataRow
public CatalogItemsDataSet..::.CatalogItem DataRow { get; }
public:
property CatalogItemsDataSet..::.CatalogItem^ DataRow {
    CatalogItemsDataSet..::.CatalogItem^ get ();
}
public function get DataRow () : CatalogItemsDataSet..::.CatalogItem

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogItemsDataSet..::.CatalogItem
A CatalogItem containing the DataRow of the variant.

Remarks

Returns a CatalogItem containing the DataRow of the variant.

Permissions

See Also

Reference

Variant Class

Variant Members

Microsoft.CommerceServer.Catalog Namespace