ProductDistributionChannelToDate Property |
When the product was de-listed. null=unknown or the product was not de-listed. The data is for informational purposes only and does not affect the listing status of the product (Is_Active does). [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ToDate { get; set; }
Public Property ToDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ToDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ToDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also