MoneyAttributeMetadata.IsBaseCurrency Property

 

Applies To: Dynamics CRM 2015

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; }
public:
[DataMemberAttribute(Order = 70)]
property Nullable<bool> IsBaseCurrency {
    Nullable<bool> get();
    internal: void set(Nullable<bool> value);
}
[<DataMemberAttribute(Order = 70)>]
member IsBaseCurrency : Nullable<bool> with 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

© 2016 Microsoft. All rights reserved. Copyright