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