MonitoringAlert.MonitoringObjectFullName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The full name of the corresponding monitoring object.
public:
property System::String ^ MonitoringObjectFullName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string MonitoringObjectFullName { get; }
member this.MonitoringObjectFullName : string
Public ReadOnly Property MonitoringObjectFullName As String
Property Value
Returns a String that contains the full name of the monitoring object that is associated with the alert.
- Attributes