UseCategoryPricing Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the UseCategoryPricingColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property UseCategoryPricing As Boolean
'Usage
Dim instance As CatalogItemsDataSet..::.CatalogItem
Dim value As Boolean
value = instance.UseCategoryPricing
instance.UseCategoryPricing = value
public bool UseCategoryPricing { get; set; }
public:
property bool UseCategoryPricing {
bool get ();
void set (bool value);
}
public function get UseCategoryPricing () : boolean
public function set UseCategoryPricing (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate that the price will be determined from the PrimaryParent property; otherwise false.
Remarks
The UseCategoryPricing property is a read/write Boolean that determines whether the price of the product will be determined from the PrimaryParent property of the product. DataSet: CatalogItemsDataSet Table: CatalogItems Column: UseCategoryPricing.
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
CatalogItemsDataSet..::.CatalogItem Class