| ReclosersNormalState Property |
[This is preliminary documentation and is subject to change.]
Get/set normal state (ActionCodes.Open=1, ActionCodes.Close=2) of the recloser.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int NormalState { get; set; }
Public Property NormalState As Integer
Get
Set
public:
property int NormalState {
int get ();
void set (int value);
}
member NormalState : int with get, set
function get_NormalState();
function set_NormalState(value);
Property Value
Type:
Int32See Also