MoneyAttributeMetadata.IsBaseCurrency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.