Click or drag to resize
CampaignListItemViewModelObjective Property
Indicates how the campaign objective stored in CampaignObjectiveInfo is met (in percents). If no objective is set for the campaign, this property is null.

Namespace: CMS.WebAnalytics.Web.UI
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax
C#
public Nullable<decimal> Objective { get; set; }

Property Value

Type: NullableDecimal
See Also