AlertDefinition.ModifiedDate 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.
Gets the last date time when the definition was modified.
public:
property DateTime ModifiedDate { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember]
public DateTime ModifiedDate { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ModifiedDate : DateTime with get, set
Public Property ModifiedDate As DateTime
Property Value
The last date time when the definition was modified.
- Attributes