Contact.Currency Property

 

Applies To: Dynamics Marketing

Gets or sets the contact’s currency.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public Currency Currency { get; set; }
public:
[DataMemberAttribute]
property Currency^ Currency {
    Currency^ get();
    void set(Currency^ value);
}
[<DataMemberAttribute>]
member Currency : Currency with get, set
<DataMemberAttribute>
Public Property Currency As Currency

Property Value

Type: Microsoft.Dynamics.Marketing.SDK.Model.Currency

Type: Currency

See Also

Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top