Share via


LEAD_STATE Class

The LEAD_STATE class lists lead states, used for the lead 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. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

  System.Object

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

The LEAD_STATE class exposes the following integer fields.

Field Value Description
LS_DISQUALIFIED 2 The lead is disqualified.
LS_OPEN 0 The lead is open.
LS_QUALIFIED 1 The lead is qualified.

Requirements

Namespace: Microsoft.CRM.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.