Gets or sets a value indicating the amount of time spent identifying the image.
Syntax
'Declaration
Public Property IdentificationTime As TimeSpan
'Usage
Dim instance As FormTimingResult
Dim value As TimeSpan
instance.IdentificationTime = value
value = instance.IdentificationTime
public TimeSpan IdentificationTime {get; set;}
public: __property TimeSpan get_IdentificationTime();
public: __property void set_IdentificationTime(
TimeSpan value
);
public:
property TimeSpan IdentificationTime {
TimeSpan get();
void set ( TimeSpan value);
}
See Also