NotificationSubscription.ToRecipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The To: recipients for this notification.
public:
property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^> ^ ToRecipients { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipient> ToRecipients { get; }
member this.ToRecipients : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipient>
Public ReadOnly Property ToRecipients As IList(Of NotificationRecipient)
Property Value
Returns a IList<T> of NotificationRecipient objects.