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