Description
Amount of time in seconds required for data
collection.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property CollectionTime() As Double
|
| [C#] |
public double CollectionTime {get; set;}
|
| [Managed C++] |
public: __property double get_CollectionTime();
public: __property void set_CollectionTime(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_CollectionTime(
double * pRetVal
);
public: HRESULT put_CollectionTime(
double NewCollectionTime
);
|
| [Java] |
public double getCollectionTime();public void setCollectionTime(
double
);
|
See Also