 | ProductPurchasePriceDtoValidFrom Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime ValidFrom { get; set; }
Public Property ValidFrom As DateTime
Get
Set
public:
property DateTime ValidFrom {
DateTime get ();
void set (DateTime value);
}
member ValidFrom : DateTime with get, set
Property Value
Type:
DateTime
See Also