DonationInformationSentDate Property
Namespace: Ignition.Commerce.Products.FundraisingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("gft_date_sent")]
public DateTime? SentDate { get; set; }
<NetForumFieldAttribute("gft_date_sent")>
Public Property SentDate As DateTime?
Get
Set
public:
[NetForumFieldAttribute(L"gft_date_sent")]
property Nullable<DateTime> SentDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<NetForumFieldAttribute("gft_date_sent")>]
member SentDate : Nullable<DateTime> with get, set
Property Value
NullableDateTime