StandardTableKeyNames.IsActiveContext Field

Definition

Was the error generated from the active context? If this value is set, then the text associated with the StandardTableColumnDefinitions.ErrorSeverity will have "(active)" or " (inactive)" appended to it, depending on the value. The expected data type is bool.

public: System::String ^ IsActiveContext;
std::wstring IsActiveContext;
public const string IsActiveContext;
val mutable IsActiveContext : string
Public Const IsActiveContext As String 

Field Value

Remarks

If this value is set, then the text associated with the ErrorSeverity will have " (active)" or " (inactive)" appended to it, depending on the value.

Expected data type is Boolean.

Applies to