Amount Property

Gets or sets the amount.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Amount As Decimal
    Get
    Set
'Usage
Dim instance As TenderLine
Dim value As Decimal

value = instance.Amount

instance.Amount = value
[DataMemberAttribute]
public decimal Amount { get; set; }
[DataMemberAttribute]
public:
property Decimal Amount {
    Decimal get ();
    void set (Decimal value);
}

Property Value

Type: System.Decimal
The amount.

See Also

Reference

TenderLine Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace