Proprietà MoneyAttributeMetadata.IsBaseCurrency
Si applica a: CRM 2015 on-prem, CRM Online
Gets whether the attribute represents the base currency or the transaction currency.
Spazio dei nomi: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(Order:=70)> _
Public Property IsBaseCurrency As Nullable(Of Boolean)
[DataMemberAttribute(Order=70)]
public Nullable<bool> IsBaseCurrency { get; }
Valore proprietà
Type : Nullable<Booleano>
true if the attribute is the base currency; otherwise, false.
Note
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.
Thread Safety
Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Classe MoneyAttributeMetadata
Membri MoneyAttributeMetadata
Spazio dei nomi Microsoft.Xrm.Sdk.Metadata
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.