Share via


NotificationRecipientScheduleEntry.DailyEndTime Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As NotificationRecipientScheduleEntry
Dim value As NotificationRecipientScheduleEntryTime

value = instance.DailyEndTime

instance.DailyEndTime = value

Syntax

'Declaration
Public Property DailyEndTime As NotificationRecipientScheduleEntryTime
public 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 Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

NotificationRecipientScheduleEntry Class
NotificationRecipientScheduleEntry Members
Microsoft.EnterpriseManagement.Administration Namespace