DeclarationLinePartyCountry Property |
The country of the partner. [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 PartyCountry { get; set; }
Public Property PartyCountry As Country
Get
Set
public:
property Country^ PartyCountry {
Country^ get ();
void set (Country^ value);
}
member PartyCountry : Country with get, set
Property Value
Type:
Country
See Also