Share via


QUANTITY_SELLING_CODE Class

The QUANTITY_SELLING_CODE class lists possible values for quantity selling code. Please note that although the APIs may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   QUANTITY_SELLING_CODE

[Visual Basic .NET]
Public Class QUANTITY_SELLING_CODE
   Inherits System.Object
[C#]
public class QUANTITY_SELLING_CODE: System.Object
[C++]
public __gc class QUANTITY_SELLING_CODE: public System.Object

The QUANTITY_SELLING_CODE class exposes the following integer fields.

Field Value Description
QSC_NO_CONTROL 1 Specifies no control.
QSC_WHOLE 2 Specifies whole.
QSC_WHOLE_AND_FRACTION 3 Specifies whole and fraction.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.