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
Syntaxpublic override bool SupportsObjectDuplication { get; }
Public Overrides ReadOnly Property SupportsObjectDuplication As Boolean
Get
public:
virtual property bool SupportsObjectDuplication {
bool get () override;
}
abstract SupportsObjectDuplication : bool with get
override SupportsObjectDuplication : bool with get
Property Value
Type:
Booleantrue if the repository supports object duplication; otherwise,
false.
See Also