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)Dim instance As NotificationRecipientScheduleEntry Dim value As NotificationRecipientScheduleEntryTime value = instance.DailyEndTime instance.DailyEndTime = valuePublic Property DailyEndTime As NotificationRecipientScheduleEntryTimepublic NotificationRecipientScheduleEntryTime DailyEndTime { get; set; }public: property NotificationRecipientScheduleEntryTime^ DailyEndTime { NotificationRecipientScheduleEntryTime^ get (); void set (NotificationRecipientScheduleEntryTime^ value); }/** @property */ public NotificationRecipientScheduleEntryTime get_DailyEndTime () /** @property */ public void set_DailyEndTime (NotificationRecipientScheduleEntryTime value) public function get DailyEndTime () : NotificationRecipientScheduleEntryTime public function set DailyEndTime (value : NotificationRecipientScheduleEntryTime) Property ValueReturns a NotificationRecipientScheduleEntryTime object that defines the time at which each scheduled day ends.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As NotificationRecipientScheduleEntry Dim value As NotificationRecipientScheduleEntryTime value = instance.DailyEndTime instance.DailyEndTime = valuePublic Property DailyEndTime As NotificationRecipientScheduleEntryTimepublic NotificationRecipientScheduleEntryTime DailyEndTime { get; set; }public: property NotificationRecipientScheduleEntryTime^ DailyEndTime { NotificationRecipientScheduleEntryTime^ get (); void set (NotificationRecipientScheduleEntryTime^ value); }/** @property */ public NotificationRecipientScheduleEntryTime get_DailyEndTime () /** @property */ public void set_DailyEndTime (NotificationRecipientScheduleEntryTime value) public function get DailyEndTime () : NotificationRecipientScheduleEntryTime public function set DailyEndTime (value : NotificationRecipientScheduleEntryTime) Property ValueReturns a NotificationRecipientScheduleEntryTime object that defines the time at which each scheduled day ends.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.