Gets or sets a value indicating the amount of time
spent analyzing the enhance image of this field.
Syntax
'Declaration
Public Property AnalysisTime As TimeSpan
'Usage
Dim instance As FieldTimingResult
Dim value As TimeSpan
instance.AnalysisTime = value
value = instance.AnalysisTime
public TimeSpan AnalysisTime {get; set;}
public: __property TimeSpan get_AnalysisTime();
public: __property void set_AnalysisTime(
TimeSpan value
);
public:
property TimeSpan AnalysisTime {
TimeSpan get();
void set ( TimeSpan value);
}
See Also