Description
Opt whether to include Consider
Analysis.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property IncludeConsiderAnalysis() As Boolean
|
[C#] |
public bool IncludeConsiderAnalysis {get; set;}
|
[Managed C++] |
public: __property bool get_IncludeConsiderAnalysis();
public: __property void set_IncludeConsiderAnalysis(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_IncludeConsiderAnalysis(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeConsiderAnalysis(
VARIANT_BOOL NewIncludeConsiderAnalysis
);
|
[Java] |
public bool getIncludeConsiderAnalysis();public void setIncludeConsiderAnalysis(
bool
);
|
See Also