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