DocumentGenerationInfoTParent, TSubDocumentConfigurationEntity Property |
Gets the entity that holds configuration information for the generation.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ConfigurationEntity { get; }
Public ReadOnly Property ConfigurationEntity As String
Get
public:
virtual property String^ ConfigurationEntity {
String^ get () sealed;
}
abstract ConfigurationEntity : string with get
override ConfigurationEntity : string with get
Property Value
Type:
String
The entity that holds configuration information for the generation.
Implements
IDocumentGenerationInfoConfigurationEntity
See Also