AssetAccountingAsset Property |
When not null identifies the corresponding accounting asset. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Asset AccountingAsset { get; set; }
Public Property AccountingAsset As Asset
Get
Set
public:
property Asset^ AccountingAsset {
Asset^ get ();
void set (Asset^ value);
}
member AccountingAsset : Asset with get, set
Property Value
Type:
Asset
See Also