Click or drag to resize

VendorUpdatedBy Property

Updated by field.

Namespace: GSF.Web.Shared.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[DefaultValueExpressionAttribute("this.CreatedBy", EvaluationOrder = 1)]
[UpdateValueExpressionAttribute("UserInfo.CurrentUserID")]
[RequiredAttribute]
[StringLengthAttribute(200)]
public string UpdatedBy { get; set; }
View Source

Property Value

String
See Also