NotificationSubscription.ToRecipients Property
Applies To: Operations Manager for System Center 2012
Gets the notification recipients on the To line of the notification.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public IList<NotificationRecipient> ToRecipients { get; }
public:
property IList<NotificationRecipient^>^ ToRecipients {
IList<NotificationRecipient^>^ get();
}
member ToRecipients : IList<NotificationRecipient> with get
Public ReadOnly Property ToRecipients As IList(Of NotificationRecipient)
Property Value
Type: System.Collections.Generic.IList<NotificationRecipient>
Returns a IList<T> of NotificationRecipient objects.
See Also
NotificationSubscription Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top