WebFileOrderProcessingTime Property |
The time it took to process the file order and geta file as a result.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public Nullable<TimeSpan> ProcessingTime { get; set; }
Public Property ProcessingTime As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan> ProcessingTime {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
member ProcessingTime : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanRemarks
Use this property when implementing business logic in service. Not IsProcessingTimeSpecified and ProcessingTimeValue.
See Also