[LabelAttribute("Display Format, e.g., '{0:N3} seconds'")] [StringLengthAttribute(200)] public string DisplayFormat { get; set; }
<LabelAttribute("Display Format, e.g., '{0:N3} seconds'")> <StringLengthAttribute(200)> Public Property DisplayFormat As String Get Set
public: [LabelAttribute(L"Display Format, e.g., '{0:N3} seconds'")] [StringLengthAttribute(200)] property String^ DisplayFormat { String^ get (); void set (String^ value); }
[<LabelAttribute("Display Format, e.g., '{0:N3} seconds'")>] [<StringLengthAttribute(200)>] member DisplayFormat : string with get, set
function get_DisplayFormat(); function set_DisplayFormat(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.