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