DeclarationLineTransportCountry Property |
The country of the transportation company. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Country TransportCountry { get; set; }
Public Property TransportCountry As Country
Get
Set
public:
property Country^ TransportCountry {
Country^ get ();
void set (Country^ value);
}
member TransportCountry : Country with get, set
Property Value
Type:
Country
See Also