AbstractInformationPresentationDate Property
Namespace: Ignition.Events.AbstractsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("abs_present_date")]
public DateTime? PresentationDate { get; set; }
<NetForumFieldAttribute("abs_present_date")>
Public Property PresentationDate As DateTime?
Get
Set
public:
[NetForumFieldAttribute(L"abs_present_date")]
property Nullable<DateTime> PresentationDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<NetForumFieldAttribute("abs_present_date")>]
member PresentationDate : Nullable<DateTime> with get, set
Property Value
NullableDateTime