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