NotificationTarget Class

Definition

Describes the notification target properties.

public class NotificationTarget
type NotificationTarget = class
Public Class NotificationTarget
Inheritance
NotificationTarget

Constructors

Name Description
NotificationTarget()

Initializes a new instance of the NotificationTarget class.

NotificationTarget(String, IList<String>)

Initializes a new instance of the NotificationTarget class.

Properties

Name Description
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

Name Description
Validate()

Validate the object.

Applies to