JAMS 6.x Help
Type Property (AlertRef)


Gets the Type of Alert Reference. Types are Setup, Folder, Job, and SetupJob
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
Public Property Type As AlertType
'Usage
 
Dim instance As AlertRef
Dim value As AlertType
 
instance.Type = value
 
value = instance.Type
[System.ComponentModel.ReadOnly(true)]
public AlertType Type {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AlertRef Class
AlertRef Members

Send Feedback