EntityValidationSummary.EntityLastValidated 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.
Specifies the date entity was last validated.
public:
property Nullable<DateTime> EntityLastValidated { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
[System.Runtime.Serialization.DataMember]
public DateTime? EntityLastValidated { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EntityLastValidated : Nullable<DateTime> with get, set
Public Property EntityLastValidated As Nullable(Of DateTime)
Property Value
The date entity that was last validated.
- Attributes