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.
Read-write property
[Visual Basic .NET] |
---|
Public Property UsePreciseEventTimes() As Boolean |
[C#] |
---|
public bool UsePreciseEventTimes {get; set;} |
[Managed C++] |
---|
public: __property bool get_UsePreciseEventTimes(); |
[Unmanaged C++] |
---|
public: HRESULT get_UsePreciseEventTimes( VARIANT_BOOL * pVal ); public: HRESULT put_UsePreciseEventTimes( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getUsePreciseEventTimes(); public void setUsePreciseEventTimes( bool ); |