NotificationEventArgsType Property |
The notification class. Can be WARNING, ERROR, or any custom notification type.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string Type { get; }
Public ReadOnly Property Type As String
Get
public:
property String^ Type {
String^ get ();
}
member Type : string with get
Property Value
Type:
String
See Also