[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Measurement.CreatedBy"]
[RequiredAttribute]
[StringLengthAttribute(200)]
[DefaultValueExpressionAttribute("UserInfo.CurrentUserID")]
public string CreatedBy { get; set; }
<RequiredAttribute>
<StringLengthAttribute(200)>
<DefaultValueExpressionAttribute("UserInfo.CurrentUserID")>
Public Property CreatedBy As String
Get
Set
public:
[RequiredAttribute]
[StringLengthAttribute(200)]
[DefaultValueExpressionAttribute(L"UserInfo.CurrentUserID")]
property String^ CreatedBy {
String^ get ();
void set (String^ value);
}
function get_CreatedBy();
function set_CreatedBy(value);