Selerix Developer Tools
HistoryType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > WebScriptControlData Class : HistoryType Property
Script history type.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property HistoryType As Integer
'Usage
 
Dim instance As WebScriptControlData
Dim value As Integer
 
instance.HistoryType = value
 
value = instance.HistoryType
[XmlElement()]
public int HistoryType {get; set;}
public read-write property HistoryType: Integer; 
XmlElementAttribute()
public function get,set HistoryType : int
[XmlElement()]
public: __property int get_HistoryType();
public: __property void set_HistoryType( 
   int value
);
[XmlElement()]
public:
property int HistoryType {
   int get();
   void set (    int value);
}
See Also

Reference

WebScriptControlData Class
WebScriptControlData Members