In This Topic
Determines whether the condition stays triggered (satisfied)
Syntax
'Declaration
Public Property StaysTriggered As Boolean
public bool StaysTriggered {get; set;}
public:
property bool StaysTriggered {
bool get();
void set ( bool value);
}
See Also