Share via


SmtpNotificationActionHeader.Value Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the value of the header for the SMTP notification action.

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

Syntax

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

Property Value

Type: System.String

Returns a String that contains the value of the header for the SMTP notification action.

See Also

SmtpNotificationActionHeader Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top