Money Constructors

Definition

Overloads

Money()

Initializes a new instance of the Money class.

Money(Decimal)

Initializes a new instance of the Money class setting the value.

Money()

Initializes a new instance of the Money class.

public:
 Money();
public Money ();
Public Sub New ()

Applies to

Money(Decimal)

Initializes a new instance of the Money class setting the value.

public:
 Money(System::Decimal value);
public Money (decimal value);
new Microsoft.Xrm.Sdk.Money : decimal -> Microsoft.Xrm.Sdk.Money
Public Sub New (value As Decimal)

Parameters

value
Decimal

The value of the attribute.

Applies to