IGHARemotePropertyDescriptorIsMomentary Property |
Determines if the property's value is persistent or momentary. Currently supported for Boolean values
Typical use case is to initiate an action by setting the property to true, and having GHA automatically reset the
property to false after a few seconds
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax bool IsMomentary { get; set; }
Property IsMomentary As Boolean
Get
Set
property bool IsMomentary {
bool get ();
void set (bool value);
}
abstract IsMomentary : bool with get, set
Property Value
Type:
BooleanSee Also