MoneyAttributeMetadata.IsBaseCurrency Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute(Order = 70)]
public Nullable<bool> IsBaseCurrency { get; internal set; }
<DataMemberAttribute(Order := 70)>
Public Property IsBaseCurrency As Nullable(Of Boolean)
    Get
    Friend Set
End Property

Property Value

Type: System.Nullable<Boolean>

Type : Nullable<Boolean>
true if the attribute is the base currency; otherwise, false.

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.

See Also

MoneyAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright