IDocumentGenerationRelationshipType Property |
Gets the type of the relationship between the parent document and the sub-documents.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxParentDocumentRelationshipType RelationshipType { get; set; }
Property RelationshipType As ParentDocumentRelationshipType
Get
Set
property ParentDocumentRelationshipType^ RelationshipType {
ParentDocumentRelationshipType^ get ();
void set (ParentDocumentRelationshipType^ value);
}
abstract RelationshipType : ParentDocumentRelationshipType with get, set
Property Value
Type:
ParentDocumentRelationshipType
See Also