PRODUCT_STATE Class

The PRODUCT_STATE class lists possible product states, used for the product 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
   PRODUCT_STATE

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

The PRODUCT_STATE class exposes the following integer fields.

Field Value Description
PS_ACTIVE 0 The product is active.
PS_INACTIVE 1 The product is inactive.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.