IDocumentGenerationSubDocumentsReadOnly Property |
Gets a value indicating whether the sub-documents should be read only.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxbool SubDocumentsReadOnly { get; set; }
Property SubDocumentsReadOnly As Boolean
Get
Set
property bool SubDocumentsReadOnly {
bool get ();
void set (bool value);
}
abstract SubDocumentsReadOnly : bool with get, set
Property Value
Type:
Boolean
See Also