Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists Namespace > PriceList Class > PriceList Properties > DateFrom Property 

Drukuj

.NET Framework Class Library

PriceList.DateFrom Property

Data od obowiązywania cennika.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property DateFrom As Nullable(Of DateTime)
 Get
 Set

C#

public Nullable<DateTimeDateFrom { getset; }

Visual C++

public:
property Nullable<DateTimeDateFrom {
 Nullable<DateTimeget ();
 void set (Nullable<DateTimevalue);
}

JavaScript

function get_dateFrom();
function set_dateFrom(value);

See Also

PriceList Class

PriceList Members

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists Namespace