Description
[Support Removed] If true, a page will appear during the targeting run to report the status of the targeting effort.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property EnableDisplayStatus() As Boolean
|
| [C#] |
|---|
public bool EnableDisplayStatus {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_EnableDisplayStatus(); public: __property void set_EnableDisplayStatus( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_EnableDisplayStatus( VARIANT_BOOL * pRetVal ); public: HRESULT put_EnableDisplayStatus( VARIANT_BOOL NewEnableDisplayStatus );
|
| [Java] |
|---|
public bool getEnableDisplayStatus();public void setEnableDisplayStatus( bool );
|
See Also