NotificationSendExtensionContextRecipients - свойство
Список получателей уведомления.
Пространство имён: Tessa.Notices.ExtensionsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public IList<NotificationRecipient> Recipients { get; set; }
Public Property Recipients As IList(Of NotificationRecipient)
Get
Set
public:
virtual property IList<NotificationRecipient^>^ Recipients {
IList<NotificationRecipient^>^ get () sealed;
void set (IList<NotificationRecipient^>^ value) sealed;
}
abstract Recipients : IList<NotificationRecipient> with get, set
override Recipients : IList<NotificationRecipient> with get, set
IListNotificationRecipientINotificationSendExtensionContextRecipients