This document is archived and information here might be outdated. Recommended version. |
Indicates if the minimum log rate is used for sampling data.
[Visual Basic .NET]
Public Property UseMinimumLogDistance As Boolean
[C#]
public bool UseMinimumLogDistance {get; set;}
[C++]
HRESULT get_UseMinimumLogDistance(
Boolean* pUse
);
[C++]
HRESULT put_UseMinimumLogDistance(
VARIANT_BOOL pUse
);
[C++] Parameters pUse [out, retval]
pUse is a parameter of type bool* pUse [in]
pUse is a parameter of type bool