ManagementPackMonitorAlertSettings.AlertMessage Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the alert message string resource.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.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.
The alert message string resource.
Remarks
The name and description that is used in the string resource will be used for the alert name and description.
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackMonitorAlertSettings Class
ManagementPackMonitorAlertSettings Members
Microsoft.EnterpriseManagement.Configuration Namespace