Description
Issue a warning message if propagation is stopped by the Maximum Propagation Time parameter.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property EnableWarningMessage() As Boolean
|
| [C#] |
|---|
public bool EnableWarningMessage {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_EnableWarningMessage(); public: __property void set_EnableWarningMessage(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_EnableWarningMessage(
VARIANT_BOOL * pVal
);
public: HRESULT put_EnableWarningMessage(
VARIANT_BOOL newVal
);
|
| [Java] |
|---|
public bool getEnableWarningMessage();
public void setEnableWarningMessage(
bool
);
|
See Also