JAMS Developer Guide
SystemName Property (Monitor)


MVPSI.JAMSWeb.Controls Namespace > Monitor Class : SystemName Property
Gets or sets the System Name search string that is used to select jobs to be displayed.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DescriptionAttribute("System search string")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property SystemName As System.String
'Usage
 
Dim instance As Monitor
Dim value As System.String
 
instance.SystemName = value
 
value = instance.SystemName
[System.ComponentModel.Category("Data")]
[System.ComponentModel.Description("System search string")]
[System.ComponentModel.DefaultValue()]
public System.string SystemName {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

Monitor Class
Monitor Members