Selerix Developer Tools
AsOfDate Property (ExportReportConfigControlData)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ExportReportConfigControlData Class : AsOfDate Property
Gets or sets the last change of the object.
Syntax
'Declaration
 
Public Property AsOfDate As Nullable(Of Date)
'Usage
 
Dim instance As ExportReportConfigControlData
Dim value As Nullable(Of Date)
 
instance.AsOfDate = value
 
value = instance.AsOfDate
public Nullable<DateTime> AsOfDate {get; set;}
public read-write property AsOfDate: Nullable; 
public function get,set AsOfDate : Nullable
public: __property Nullable<DateTime> get_AsOfDate();
public: __property void set_AsOfDate( 
   Nullable<DateTime> value
);
public:
property Nullable<DateTime> AsOfDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

As of date.
See Also

Reference

ExportReportConfigControlData Class
ExportReportConfigControlData Members