NotificationTarget Class

Definition

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.

Applies to