| SwtControlsAction Property |
[This is preliminary documentation and is subject to change.]
Open or Close the switch. No effect if switch is locked. However, Reset removes any lock and then closes the switch (shelf state).
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int Action { get; set; }
Public Property Action As Integer
Get
Set
public:
property int Action {
int get ();
void set (int value);
}
member Action : int with get, set
function get_Action();
function set_Action(value);
Property Value
Type:
Int32See Also