NotificationRecipient.ScheduleEntries Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the schedule entries that determine when notifications are enabled for this recipient.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As NotificationRecipient
Dim value As IList(Of NotificationRecipientScheduleEntry)
value = instance.ScheduleEntries
Syntax
'Declaration
Public ReadOnly Property ScheduleEntries As IList(Of NotificationRecipientScheduleEntry)
public IList<NotificationRecipientScheduleEntry> ScheduleEntries { get; }
public:
property IList<NotificationRecipientScheduleEntry^>^ ScheduleEntries {
IList<NotificationRecipientScheduleEntry^>^ get ();
}
/** @property */
public IList<NotificationRecipientScheduleEntry> get_ScheduleEntries ()
public function get ScheduleEntries () : IList<NotificationRecipientScheduleEntry>
Property Value
Returns a IList of type
Remarks
To add entries to the schedule, use the Add method inherited from the IList interface.
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
NotificationRecipient Class
NotificationRecipient Members
Microsoft.EnterpriseManagement.Administration Namespace
NotificationRecipient.Update Method