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