Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
| Visual Basic |
|---|
Dim instance As NotificationRecipientScheduleEntry Dim value As NotificationRecipientScheduleEntryTime value = instance.DailyStartTime instance.DailyStartTime = value |
Syntax
| Visual Basic |
|---|
Public Property DailyStartTime As NotificationRecipientScheduleEntryTime |
| C# |
|---|
public NotificationRecipientScheduleEntryTime DailyStartTime { get; set; } |
| C++ |
|---|
public: property NotificationRecipientScheduleEntryTime^ DailyStartTime { NotificationRecipientScheduleEntryTime^ get (); void set (NotificationRecipientScheduleEntryTime^ value); } |
| J# |
|---|
/** @property */ public NotificationRecipientScheduleEntryTime get_DailyStartTime () /** @property */ public void set_DailyStartTime (NotificationRecipientScheduleEntryTime value) |
| JScript |
|---|
public function get DailyStartTime () : NotificationRecipientScheduleEntryTime public function set DailyStartTime (value : NotificationRecipientScheduleEntryTime) |
Property Value
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.

