VehicleAlertAlertType Property |
The type of the alert. The type is specfic to the Source. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string AlertType { get; set; }
Public Property AlertType As String
Get
Set
public:
property String^ AlertType {
String^ get ();
void set (String^ value);
}
member AlertType : string with get, set
Property Value
Type:
String
See Also