JAMS Developer Guide
Type Property (HistoryColumn)


MVPSI.JAMSWeb.Controls Namespace > HistoryColumn Class : Type Property
Gets or sets the type of the column to display.
Syntax
'Declaration
 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property Type As HistoryColumnType
'Usage
 
Dim instance As HistoryColumn
Dim value As HistoryColumnType
 
instance.Type = value
 
value = instance.Type
[System.ComponentModel.NotifyParentProperty(true)]
public HistoryColumnType Type {get; set;}

Property Value

The type.
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

HistoryColumn Class
HistoryColumn Members