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.

