[ConnectionStringParameterAttribute] [DefaultValueAttribute(10)] public double AlarmMinutes { get; set; }
<ConnectionStringParameterAttribute> <DefaultValueAttribute(10)> Public Property AlarmMinutes As Double Get Set
public: [ConnectionStringParameterAttribute] [DefaultValueAttribute(10)] property double AlarmMinutes { double get (); void set (double value); }
[<ConnectionStringParameterAttribute>] [<DefaultValueAttribute(10)>] member AlarmMinutes : float with get, set
function get_AlarmMinutes(); function set_AlarmMinutes(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.