NotificationGroupMacroNotifications Property |
Gets the list of notifications in this group.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<ISmiValue> Notifications { get; }
Public ReadOnly Property Notifications As IList(Of ISmiValue)
Get
Dim instance As NotificationGroupMacro
Dim value As IList(Of ISmiValue)
value = instance.Notifications
public:
property IList<ISmiValue^>^ Notifications {
IList<ISmiValue^>^ get ();
}
member Notifications : IList<ISmiValue> with get
Property Value
IListISmiValue
See Also