Share via


NotificationRecipientScheduleEntry.DailyEndTime Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the time at which each day in the schedule ends.

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

Syntax

public NotificationRecipientScheduleEntryTime DailyEndTime { get; set; }
public:
property NotificationRecipientScheduleEntryTime^ DailyEndTime {
    NotificationRecipientScheduleEntryTime^ get();
    void set(NotificationRecipientScheduleEntryTime^ value);
}
member DailyEndTime : NotificationRecipientScheduleEntryTime with get, set
Public Property DailyEndTime As NotificationRecipientScheduleEntryTime

Property Value

Type: Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntryTime

Returns a NotificationRecipientScheduleEntryTime object that defines the time at which each scheduled day ends.

See Also

NotificationRecipientScheduleEntry Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top