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