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