Share via


NotificationRecipientDevice.Address Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the address to which notifications are sent for this device.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string Address { get; set; }
public:
property String^ Address {
    String^ get();
    void set(String^ value);
}
member Address : string with get, set
Public Property Address As String

Property Value

Type: System.String

Returns a String that contains the address to which notifications are sent for this device (for example, user@mycompany.com).

See Also

NotificationRecipientDevice Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top