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