Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.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. 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.