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