Class CampaignVariableInt
public sealed class CampaignVariableInt : CampaignVariable<int>, IEquatable<CampaignVariable<int>>
- Inheritance
-
CampaignVariableInt
- Implements
- Inherited Members
- Extension Methods
Properties
- Value
Gets or sets the current value of this variable. Returns the default value of T if unassigned (null or 0).