Class BackupExecNotificationRecipients
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the recipients who receive notifications on a Backup Exec server.
public class BackupExecNotificationRecipients : BypassSection
- Inheritance
-
BackupExecNotificationRecipients
- Inherited Members
Constructors
BackupExecNotificationRecipients()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecNotificationRecipients class.
public BackupExecNotificationRecipients()
Properties
Items
Gets or sets the items in the collection.
public BackupExecNotificationRecipientCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the notification recipients as a human readable string.
public override string ToString()
Returns
- string
The notification recipients as a human readable string.