JAMS Developer Guide
Type Property (MonitorColumn)


MVPSI.JAMSWeb.Controls Namespace > MonitorColumn Class : Type Property
Gets or sets the MonitorColumnType of this column.
Syntax
'Declaration
 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property Type As MonitorColumnType
'Usage
 
Dim instance As MonitorColumn
Dim value As MonitorColumnType
 
instance.Type = value
 
value = instance.Type
[System.ComponentModel.NotifyParentProperty(true)]
public MonitorColumnType 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

MonitorColumn Class
MonitorColumn Members