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