Share via


NotificationRecipient.ScheduleEntries Property

Definition

The schedule entries that apply to this recipient.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipientScheduleEntry ^> ^ ScheduleEntries { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipientScheduleEntry ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntry> ScheduleEntries { get; }
member this.ScheduleEntries : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntry>
Public ReadOnly Property ScheduleEntries As IList(Of NotificationRecipientScheduleEntry)

Property Value

Returns a IList<T> of type

Remarks

To add entries to the schedule, use the Add method inherited from the IList interface.

Applies to

See also