Gets or sets a value indicating the amount of time
spent creating the dropped and enhanced images of
this field.
Syntax
public TimeSpan DropoutAndEnhancementTime {get; set;}
public: __property TimeSpan get_DropoutAndEnhancementTime();
public: __property void set_DropoutAndEnhancementTime(
TimeSpan value
);
'Declaration
Public Property DropoutAndEnhancementTime As TimeSpan
'Usage
Dim instance As FieldTimingResult
Dim value As TimeSpan
instance.DropoutAndEnhancementTime = value
value = instance.DropoutAndEnhancementTime
See Also