NotificationRecipientScheduleEntry.DailyStartTime Property
Applies To: Operations Manager for System Center 2012
Gets or sets the time at which each day in the schedule begins.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public NotificationRecipientScheduleEntryTime DailyStartTime { get; set; }
public:
property NotificationRecipientScheduleEntryTime^ DailyStartTime {
NotificationRecipientScheduleEntryTime^ get();
void set(NotificationRecipientScheduleEntryTime^ value);
}
member DailyStartTime : NotificationRecipientScheduleEntryTime with get, set
Public Property DailyStartTime As NotificationRecipientScheduleEntryTime
Property Value
Type: Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntryTime
Returns a NotificationRecipientScheduleEntryTime object that defines the time at which each scheduled day begins.
See Also
NotificationRecipientScheduleEntry Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top