Description
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.
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 * pVal
);
public: HRESULT put_EnableDisplayStatus(
VARIANT_BOOL newVal
);
|
[Java] |
---|
public bool getEnableDisplayStatus();
public void setEnableDisplayStatus(
bool
);
|
[Python - STK API] |
---|
@property
def EnableDisplayStatus(self) -> bool:
@EnableDisplayStatus.setter
def EnableDisplayStatus(self, newVal:bool) -> None:
|
See Also