MonitoringAlert.LastModifiedByNonConnector 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 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.