Gets or sets the alert message string resource. The name and description that is used in the string resource will be used for the alert name and description. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackMonitorAlertSettings
Dim value As ManagementPackElementReference(Of ManagementPackStringResource)

value = instance.AlertMessage

instance.AlertMessage = value

Syntax

Visual Basic
Public Property AlertMessage As ManagementPackElementReference(Of ManagementPackStringResource)
C#
public ManagementPackElementReference<ManagementPackStringResource> AlertMessage { get; set; }
C++
public:
property ManagementPackElementReference<ManagementPackStringResource^>^ AlertMessage {
		ManagementPackElementReference<ManagementPackStringResource^>^ get ();
		void set (ManagementPackElementReference<ManagementPackStringResource^>^ value);
}
J#
/** @property */
public ManagementPackElementReference<ManagementPackStringResource> get_AlertMessage ()

/** @property */
public void set_AlertMessage (ManagementPackElementReference<ManagementPackStringResource> value)
JScript
public function get AlertMessage () : ManagementPackElementReference<ManagementPackStringResource>

public function set AlertMessage (value : ManagementPackElementReference<ManagementPackStringResource>)

Property Value

A ManagementPackElementReference reference to a ManagementPackStringResource object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also