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