Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
| Visual Basic |
|---|
Dim instance As NotificationRecipient Dim value As IList(Of NotificationRecipientScheduleEntry) value = instance.ScheduleEntries |
Syntax
| Visual Basic |
|---|
Public ReadOnly Property ScheduleEntries As IList(Of NotificationRecipientScheduleEntry) |
| C# |
|---|
public IList<NotificationRecipientScheduleEntry> ScheduleEntries { get; } |
| C++ |
|---|
public: property IList<NotificationRecipientScheduleEntry^>^ ScheduleEntries { IList<NotificationRecipientScheduleEntry^>^ get (); } |
| J# |
|---|
/** @property */ public IList<NotificationRecipientScheduleEntry> get_ScheduleEntries () |
| JScript |
|---|
public function get ScheduleEntries () : IList<NotificationRecipientScheduleEntry> |
Property Value
A IList of type NotificationRecipientScheduleEntry that contains the entries that determine when notifications are enabled for this recipient.
Remarks
To add entries to the schedule, use the Add method inherited from the IList interface.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.

