DocumentTypeNotifications Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<DocumentTypeNotification> Notifications { get; }
Public ReadOnly Property Notifications As ChildCollection(Of DocumentTypeNotification)
Get
public:
property ChildCollection<DocumentTypeNotification^>^ Notifications {
ChildCollection<DocumentTypeNotification^>^ get ();
}
member Notifications : ChildCollection<DocumentTypeNotification> with get
Property Value
Type:
ChildCollectionDocumentTypeNotification
See Also