DISCOUNT_TYPE_STATE Class

The DISCOUNT_TYPE_STATE class lists the possible discount type states, used for the discount type statecode field. Please note that although the APIs may accept any value, these are the valid values for this field.

This class does not need instantiation or initialization because the fields represent constant integer values.

System.Object
   DISCOUNT_TYPE_STATE

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

The DISCOUNT_TYPE_STATE class exposes the following integer fields.

Field Value Description
DTS_ACTIVE 0 The discount type is active.
DTS_INACTIVE 1 The discount type is inactive.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.