Click or drag to resize

HistorianUpdatedBy Property

Updated by field.

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

Property Value

String
See Also