CSalesProcessActivity Class

The CSalesProcessActivity class stores sales process activity information. It is returned from the method CRMProcessController::RetrieveSalesProcessActivities.

  System.Object

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

The CSalesProcessActivity class exposes the following members.

Constructor Description
CSalesProcessActivity The constructor for the class.
Field Description
ActivityId Specifies the ID for the activity.
ActivityName Specifies the name of the activity.
ActivityState Specifies the activity state. The value of this field is from the Microsoft.CRM.Flags.ACTIVITY_STATE class
ActivityType Specifies the activity type. The value of this field is from the Microsoft.CRMFlags.ObjectType class.
StageId Specifies the stage ID for the activity.
StageName Specifies the stage name for the activity.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.