SetStateCampaignRequest Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Contains the data needed to set the state of a campaign.
The SetStateCampaignRequest class inherits from Request. It exposes the following members.
Constructor | Description |
SetStateCampaignRequest | Initializes a new instance of the SetStateCampaignRequest class. |
Instance Property | Description |
CampaignState | Gets or sets the new state for the campaign. |
CampaignStatus | Gets or sets the new status reason for the campaign. |
EntityId | Gets or sets the ID of the campaign instance that is the target of the set state operation. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
Requirements
Web Service: CrmService
See Also
Reference