Click or drag to resize

CustomField2CurrencyTypeId Property

Required for Custom Fields where data type is Currency (DataType.Money); otherwise ignored. Modifications for existing records are not allowed.

Namespace:  CorrigoService.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CurrencyType CurrencyTypeId { get; set; }

Property Value

Type: CurrencyType
See Also