 | PriceRequestWeight Property |
Weight (kg).
Required.
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic int Weight { get; set; }
Public Property Weight As Integer
Get
Set
public:
property int Weight {
int get ();
void set (int value);
}
member Weight : int with get, set
Property Value
Type:
Int32
See Also