Share via


NotificationRecipientScheduleEntry.ScheduleEntryType Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets a value that determines whether the schedule indicates available or unavailable time for a recipient or device.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public NotificationRecipientScheduleEntryType ScheduleEntryType { get; set; }
public:
property NotificationRecipientScheduleEntryType ScheduleEntryType {
    NotificationRecipientScheduleEntryType get();
    void set(NotificationRecipientScheduleEntryType value);
}
member ScheduleEntryType : NotificationRecipientScheduleEntryType with get, set
Public Property ScheduleEntryType As NotificationRecipientScheduleEntryType

Property Value

Type: Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntryType

Returns a NotificationRecipientScheduleEntryType that determines whether this schedule is included as available time during which notifications can be sent or excluded as unavailable time.

See Also

NotificationRecipientScheduleEntry Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top