DocumentGenerationInfoTParent, TSubDocumentCode Property |
Gets the code of the generation procedure.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string Code { get; }
Public ReadOnly Property Code As String
Get
public:
virtual property String^ Code {
String^ get () sealed;
}
abstract Code : string with get
override Code : string with get
Property Value
Type:
String
The code of the generation procedure.
Implements
IDocumentGenerationInfoCode
See Also