Share via


MonitoringAlert.LastModifiedByNonConnector Property

Definition

The last time this alert was modified by someone other than the connector.

public:
 property DateTime LastModifiedByNonConnector { DateTime get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public DateTime LastModifiedByNonConnector { get; }
member this.LastModifiedByNonConnector : DateTime
Public ReadOnly Property LastModifiedByNonConnector As DateTime

Property Value

Returns the last time in DateTime, the alert was modified by something other than a connector.

Attributes

Remarks

This property value is updated when an alert Update method is called.

Applies to