NotificationTarget Class
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.
Describes the notification target properties.
public class NotificationTarget
type NotificationTarget = class
Public Class NotificationTarget
- Inheritance
-
NotificationTarget
Constructors
NotificationTarget() |
Initializes a new instance of the NotificationTarget class. |
NotificationTarget(String, IList<String>) |
Initializes a new instance of the NotificationTarget class. |
Properties
NotificationChannel |
Gets or sets the notification channel indicates the type of receivers subscribed to the notification, either user or subscription. Possible values include: 'EmailUser', 'EmailSubscription' |
Receivers |
Gets or sets list of targets that subscribe to the notification. |
Methods
Validate() |
Validate the object. |