QuotationLineCostPrice Property |
Cost 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 Nullable<double> CostPrice { get; set; }
Public Property CostPrice As Nullable(Of Double)
Get
Set
public:
property Nullable<double> CostPrice {
Nullable<double> get ();
void set (Nullable<double> value);
}
member CostPrice : Nullable<float> with get, set
Property Value
Type:
NullableDouble
See Also