|
HistorianCreatedBy Property
|
Created by field.
Namespace: GSF.TimeSeries.ModelAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic:
[RequiredAttribute]
[StringLengthAttribute(200)]
[DefaultValueExpressionAttribute(L"UserInfo.CurrentUserID")]
property String^ CreatedBy {
String^ get ();
void set (String^ value);
}
function get_CreatedBy();
function set_CreatedBy(value);
View SourceProperty Value
String
See Also