| TriggerReaderTriggerId Property |
[This is preliminary documentation and is subject to change.]
Gets the trigger identifier.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public int TriggerId { get; }
Public ReadOnly Property TriggerId As Integer
Get
public:
property int TriggerId {
int get ();
}
member TriggerId : int with get
Property Value
Type:
Int32
The trigger identifier.
See Also