  | InvoiceElementCurrencyKey Property  | 
 
            Gets or sets the currency of the invoice line item
            
 
    Namespace: 
   SanteDB.Core.Model.Acts
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntaxpublic Guid? CurrencyKey { get; set; }Public Property CurrencyKey As Guid?
	Get
	Set
public:
property Nullable<Guid> CurrencyKey {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}member CurrencyKey : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
See Also