CreditLimit Property

Gets or sets the credit limit.

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

Syntax

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

value = instance.CreditLimit

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

Property Value

Type: System.Decimal
The credit limit.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace