A list of notifications.
Default is null.
Namespace: ScopeClientAssembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public List<JobNotification> JobNotifications { get; set; } |
Visual Basic |
---|
Public Property JobNotifications As List(Of JobNotification) Get Set |
Visual C++ |
---|
public: property List<JobNotification^>^ JobNotifications { List<JobNotification^>^ get (); void set (List<JobNotification^>^ value); } |