BGVATDeclarationDeclaringPerson Property |
Specific declaring person for this declaration. If the declaring person isn't specified then the default declaring person for the enterprise company is used. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic BGVATDeclaringPerson DeclaringPerson { get; set; }
Public Property DeclaringPerson As BGVATDeclaringPerson
Get
Set
public:
property BGVATDeclaringPerson^ DeclaringPerson {
BGVATDeclaringPerson^ get ();
void set (BGVATDeclaringPerson^ value);
}
member DeclaringPerson : BGVATDeclaringPerson with get, set
Property Value
Type:
BGVATDeclaringPerson
See Also