RetrieveCurrenciesResponse.Currencies Property
Applies To: Dynamics Marketing
Gets or sets the currencies.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Contact
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public ICollection<Currency> Currencies { get; set; }
public:
[DataMemberAttribute]
property ICollection<Currency^>^ Currencies {
ICollection<Currency^>^ get();
void set(ICollection<Currency^>^ value);
}
[<DataMemberAttribute>]
member Currencies : ICollection<Currency> with get, set
<DataMemberAttribute>
Public Property Currencies As ICollection(Of Currency)
Property Value
Type: System.Collections.Generic.ICollection<Currency>
Type: ICollection
See Also
RetrieveCurrenciesResponse Class
Microsoft.Dynamics.Marketing.SDK.Messages.Contact Namespace
Return to top