Property AlarmTimeLeft
AlarmTimeLeft
Gets or sets time left before this Vehicle alarm stops. If greater than zero, the vehicle alarm will be sounding. the value is up to 65534.
Declaration
public int AlarmTimeLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The time left before this Vehicle alarm stops. |