 | ProductPriceGroupDto2CurrenciesInGroup Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string[] CurrenciesInGroup { get; set; }
Public Property CurrenciesInGroup As String()
Get
Set
public:
property array<String^>^ CurrenciesInGroup {
array<String^>^ get ();
void set (array<String^>^ value);
}
member CurrenciesInGroup : string[] with get, set
Property Value
Type:
String
See Also