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
- 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.