VolunteerGoalValue Property
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("vol_goal_value")]
public decimal? GoalValue { get; protected set; }
<NetForumFieldAttribute("vol_goal_value")>
Public Property GoalValue As Decimal?
Get
Protected Set
public:
[NetForumFieldAttribute(L"vol_goal_value")]
property Nullable<Decimal> GoalValue {
Nullable<Decimal> get ();
protected: void set (Nullable<Decimal> value);
}
[<NetForumFieldAttribute("vol_goal_value")>]
member GoalValue : Nullable<decimal> with get, set
Property Value
NullableDecimal