MoneyAttributeMetadata.IsBaseCurrency Property

Definition

Gets whether the attribute represents the base currency or the transaction currency.

public:
 property Nullable<bool> IsBaseCurrency { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember(Order=70)]
public bool? IsBaseCurrency { get; }
[<System.Runtime.Serialization.DataMember(Order=70)>]
member this.IsBaseCurrency : Nullable<bool>
Public ReadOnly Property IsBaseCurrency As Nullable(Of Boolean)

Property Value

true if the attribute is the base currency; otherwise, false.

Attributes

Remarks

Each transaction currency money attribute in an entity will have a corresponding base currency money attribute that uses the following naming convention: <money attribute name>_Base. This property identifies whether the attribute is the base currency money attribute.

Applies to