BasePersistenceProviderLoadCustomProperties Property |
Gets or sets a value indicating whether to load the custom properties of the repositories.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool LoadCustomProperties { get; set; }
Public Property LoadCustomProperties As Boolean
Get
Set
public:
property bool LoadCustomProperties {
bool get ();
void set (bool value);
}
member LoadCustomProperties : bool with get, set
Property Value
Type:
Booleantrue if the repositories should load their custom properties; otherwise,
false.
See Also