CSalesProcessStage Class
The CSalesProcessStage class stores sales process stage information. This class is returned from the method CRMProcessController::RetrieveSalesProcessStages.
System.Object
CSalesProcessStage
[Visual Basic .NET]
Public Class CSalesProcessStage
Inherits System.Object
[C#]
public class CSalesProcessStage: System.Object
[C++]
public __gc class CSalesProcessStage: public System.Object
The CSalesProcessStage class exposes the following members.
Constructor | Description |
CSalesProcessStage | The constructor for the class. |
Field | Description |
StageId | Specifies the ID for the stage. |
StageName | Specifies the name of the stage. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also