[DefaultValueExpressionAttribute("UserInfo.CurrentUserID")] [StringLengthAttribute(200)] [RequiredAttribute] public string CreatedBy { get; set; }
<DefaultValueExpressionAttribute("UserInfo.CurrentUserID")> <StringLengthAttribute(200)> <RequiredAttribute> Public Property CreatedBy As String Get Set
public: [DefaultValueExpressionAttribute(L"UserInfo.CurrentUserID")] [StringLengthAttribute(200)] [RequiredAttribute] property String^ CreatedBy { String^ get (); void set (String^ value); }
[<DefaultValueExpressionAttribute("UserInfo.CurrentUserID")>] [<StringLengthAttribute(200)>] [<RequiredAttribute>] member CreatedBy : string with get, set
function get_CreatedBy(); function set_CreatedBy(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.