This document is archived and information here might be outdated. Recommended version. |
Indicates whether only simple statistics are generated.
[Visual Basic .NET]
Public Property SimpleStats As Boolean
[C#]
public bool SimpleStats {get; set;}
[C++]
HRESULT get_SimpleStats(
VARIANT_BOOL simple
);
[C++]
HRESULT put_SimpleStats(
Boolean* simple
);
[C++] Parameters simple [in]
simple is a parameter of type bool simple [out, retval]
simple is a parameter of type bool*