PartyApplicableLegislationApplicableLegislation Property |
A legislation, which applies to the specified party. The list of legislations is system defined, and contains legislations for which system rules are currently defined. For example: US, UK, EU, DE, FR, ES, IT, BG, MK, RO, GR, etc. [Required] [Filter(multi eq)] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PartyApplicableLegislationsRepositoryApplicableLegislation ApplicableLegislation { get; set; }
Public Property ApplicableLegislation As PartyApplicableLegislationsRepositoryApplicableLegislation
Get
Set
public:
property PartyApplicableLegislationsRepositoryApplicableLegislation^ ApplicableLegislation {
PartyApplicableLegislationsRepositoryApplicableLegislation^ get ();
void set (PartyApplicableLegislationsRepositoryApplicableLegislation^ value);
}
member ApplicableLegislation : PartyApplicableLegislationsRepositoryApplicableLegislation with get, set
Property Value
Type:
PartyApplicableLegislationsRepositoryApplicableLegislation
See Also