Money amount, if category is of money type.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<double> Amount { get; set; }
Public Property Amount As Nullable(Of Double)
Get
Set
public:
property Nullable<double> Amount {
Nullable<double> get ();
void set (Nullable<double> value);
}
member Amount : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also