Description
Indicates that access will make additional samples, as part of its event detection algorithm, to precisely determine the time of access start and stop events.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UsePreciseEventTimes() As Boolean
|
| [C#] |
|---|
public bool UsePreciseEventTimes {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UsePreciseEventTimes(); public: __property void set_UsePreciseEventTimes( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UsePreciseEventTimes( VARIANT_BOOL * pRetVal ); public: HRESULT put_UsePreciseEventTimes( VARIANT_BOOL NewUsePreciseEventTimes );
|
| [Java] |
|---|
public bool getUsePreciseEventTimes();public void setUsePreciseEventTimes( bool );
|
See Also