See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
public IEnumerable<INotification> Notifications { get; } |
Visual Basic |
---|
Public ReadOnly Property Notifications As IEnumerable(Of INotification)
Get |
Visual C++ |
---|
public:
virtual property IEnumerable<INotification^>^ Notifications {
IEnumerable<INotification^>^ get () sealed;
} |
Property Value
Type:
IEnumerable<(Of <(<'INotification>)>)>Implements
INotificationSourceNotifications
See Also