If true, a page will appear during the targeting run to report the status of the targeting effort in terms of proximity to the desired value for each dependent variable in the profile.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableDisplayStatus() As Boolean |
[C#] |
---|
public bool EnableDisplayStatus {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableDisplayStatus(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableDisplayStatus( VARIANT_BOOL * pVal ); public: HRESULT put_EnableDisplayStatus( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableDisplayStatus(); public void setEnableDisplayStatus( bool ); |