[ConnectionStringParameterAttribute] [DefaultValueAttribute(VoltageAdjustmentStrategy.LineToNeutral)] public VoltageAdjustmentStrategy AdjustmentStrategy { get; set; }
<ConnectionStringParameterAttribute> <DefaultValueAttribute(VoltageAdjustmentStrategy.LineToNeutral)> Public Property AdjustmentStrategy As VoltageAdjustmentStrategy Get Set
public: [ConnectionStringParameterAttribute] [DefaultValueAttribute(VoltageAdjustmentStrategy::LineToNeutral)] property VoltageAdjustmentStrategy AdjustmentStrategy { VoltageAdjustmentStrategy get (); void set (VoltageAdjustmentStrategy value); }
[<ConnectionStringParameterAttribute>] [<DefaultValueAttribute(VoltageAdjustmentStrategy.LineToNeutral)>] member AdjustmentStrategy : VoltageAdjustmentStrategy with get, set
function get_AdjustmentStrategy(); function set_AdjustmentStrategy(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.