ProductDataListPrice Property |
List price.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic double ListPrice { get; set; }
Public Property ListPrice As Double
Get
Set
public:
property double ListPrice {
double get ();
void set (double value);
}
member ListPrice : float with get, set
Property Value
Type:
Double
See Also