Click or drag to resize

ProductsRepositorySupportsObjectDuplication Property

Gets a value indicating whether the repository supports object duplication.

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override bool SupportsObjectDuplication { get; }

Property Value

Type: Boolean
true if the repository supports object duplication; otherwise, false.
See Also