[StringLengthAttribute(500)] public string RecommendedAction { get; set; }
<StringLengthAttribute(500)> Public Property RecommendedAction As String Get Set
public: [StringLengthAttribute(500)] property String^ RecommendedAction { String^ get (); void set (String^ value); }
[<StringLengthAttribute(500)>] member RecommendedAction : string with get, set
function get_RecommendedAction(); function set_RecommendedAction(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.