WebFileOrderErrorDate Property |
If an error occurs while processing the file order, then this property shows the date of the last time the error occurred.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public Nullable<DateTime> ErrorDate { get; set; }
Public Property ErrorDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> ErrorDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ErrorDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also