NotificationRecipientScheduleEntry.DailyStartTime Property

Updated: April 16, 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)Dim instance As NotificationRecipientScheduleEntry Dim value As NotificationRecipientScheduleEntryTime value = instance.DailyStartTime instance.DailyStartTime = valuePublic Property DailyStartTime As NotificationRecipientScheduleEntryTimepublic NotificationRecipientScheduleEntryTime DailyStartTime { get; set; }public: property NotificationRecipientScheduleEntryTime^ DailyStartTime { NotificationRecipientScheduleEntryTime^ get (); void set (NotificationRecipientScheduleEntryTime^ value); }/** @property */ public NotificationRecipientScheduleEntryTime get_DailyStartTime () /** @property */ public void set_DailyStartTime (NotificationRecipientScheduleEntryTime value) public function get DailyStartTime () : NotificationRecipientScheduleEntryTime public function set DailyStartTime (value : NotificationRecipientScheduleEntryTime) Property ValueReturns a NotificationRecipientScheduleEntryTime object that defines the time at which each scheduled day begins.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms