NotificationRecipientScheduleEntry.DailyStartTime 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 begins.
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.DailyStartTime
instance.DailyStartTime = value
Syntax
'Declaration
Public Property DailyStartTime As NotificationRecipientScheduleEntryTime
public 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 Value
Returns a NotificationRecipientScheduleEntryTime object that defines the time at which each scheduled day begins.
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