| CtrlQueueActionCode Property |
[This is preliminary documentation and is subject to change.]
Code for the active action. Long integer code to tell the control device what to do
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int ActionCode { get; }
Public ReadOnly Property ActionCode As Integer
Get
public:
property int ActionCode {
int get ();
}
member ActionCode : int with get
function get_ActionCode();
Property Value
Type:
Int32See Also