ManagementPackMonitorAlertSettings.AlertMessage Property
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
'Usage
Dim instance As ManagementPackMonitorAlertSettings
Dim value As ManagementPackElementReference(Of ManagementPackStringResource)
value = instance.AlertMessage
instance.AlertMessage = value
Syntax
'Declaration
Public Property AlertMessage As ManagementPackElementReference(Of ManagementPackStringResource)
public ManagementPackElementReference<ManagementPackStringResource> AlertMessage { get; set; }
public:
property ManagementPackElementReference<ManagementPackStringResource^>^ AlertMessage {
ManagementPackElementReference<ManagementPackStringResource^>^ get ();
void set (ManagementPackElementReference<ManagementPackStringResource^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackStringResource> get_AlertMessage ()
/** @property */
public void set_AlertMessage (ManagementPackElementReference<ManagementPackStringResource> value)
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
Reference
ManagementPackMonitorAlertSettings Class
ManagementPackMonitorAlertSettings Members
Microsoft.EnterpriseManagement.Configuration Namespace