Represents an entry in a schedule that
determines when a recipient or device is available to receive
notifications. Namespace:
Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As NotificationRecipientScheduleEntry <SerializableAttribute> _ Public Class NotificationRecipientScheduleEntry[SerializableAttribute] public class NotificationRecipientScheduleEntry[SerializableAttribute] public ref class NotificationRecipientScheduleEntry/** @attribute SerializableAttribute() */ public class NotificationRecipientScheduleEntrySerializableAttribute public class NotificationRecipientScheduleEntry
Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntry
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As NotificationRecipientScheduleEntry <SerializableAttribute> _ Public Class NotificationRecipientScheduleEntry[SerializableAttribute] public class NotificationRecipientScheduleEntry[SerializableAttribute] public ref class NotificationRecipientScheduleEntry/** @attribute SerializableAttribute() */ public class NotificationRecipientScheduleEntrySerializableAttribute public class NotificationRecipientScheduleEntry
A schedule entry represents a weekly schedule that defines the days and times during which a recipient or device is available (or unavailable) to receive notifications. After creating a schedule entry, you can assign it to a specific notification recipient or device by adding the entry to the recipient's ScheduleEntries list or to the device's ScheduleEntries list.
Any period of time not explicitly included in a schedule is considered time during which a recipient or device is unavailable.
To define whether the schedule represents available or unavailable time, set the value of the ScheduleEntryType property.
Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntry
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.