Selerix Developer Tools
HashedDate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameterList Class : HashedDate Property
Date when object was loaded into hash.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Overridable Property HashedDate As Date
'Usage
 
Dim instance As ReportParameterList
Dim value As Date
 
instance.HashedDate = value
 
value = instance.HashedDate
[XmlIgnore()]
public virtual DateTime HashedDate {get; set;}
public read-write property HashedDate: DateTime; virtual; 
XmlIgnoreAttribute()
public function get,set HashedDate : DateTime
[XmlIgnore()]
public: __property virtual DateTime get_HashedDate();
public: __property virtual void set_HashedDate( 
   DateTime value
);
[XmlIgnore()]
public:
virtual property DateTime HashedDate {
   DateTime get();
   void set (    DateTime value);
}
See Also

Reference

ReportParameterList Class
ReportParameterList Members