Opt whether to have STK automatically recompute accesses every time an object on which the coverage definition depends is updated.
Read-write property
[Visual Basic .NET] |
---|
Public Property AutoRecompute() As Boolean |
[C#] |
---|
public bool AutoRecompute {get; set;} |
[Managed C++] |
---|
public: __property bool get_AutoRecompute(); |
[Unmanaged C++] |
---|
public: HRESULT get_AutoRecompute( VARIANT_BOOL * pVal ); public: HRESULT put_AutoRecompute( VARIANT_BOOL AutoRecompute ); |
[Java] |
---|
public bool getAutoRecompute(); public void setAutoRecompute( bool ); |