Click or drag to resize

VendorUpdatedOn Property

Updated on field.

Namespace: GSF.Web.Shared.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[DefaultValueExpressionAttribute("this.CreatedOn", EvaluationOrder = 1)]
[UpdateValueExpressionAttribute("DateTime.UtcNow")]
public DateTime UpdatedOn { get; set; }
View Source

Property Value

DateTime
See Also