HistorianUpdatedBy Property

Updated by field.

Definition

Namespace: Gemstone.Timeseries.Model
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.141 -- Release Build+bdf56a3938e56213864ec1432892d5e4deb869ac
[RequiredAttribute]
[StringLengthAttribute(200)]
[DefaultValueExpressionAttribute("this.CreatedBy", EvaluationOrder = 1)]
[UpdateValueExpressionAttribute("UserInfo.CurrentUserID")]
public string UpdatedBy { get; set; }

Property Value

String

See Also