[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.TimeZone"]
[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);
}
function get_TimeZone();
function set_TimeZone(value);