StandardTableKeyNames.ErrorCode Field

Definition

The text displayed in the StandardTableColumnDefinitions.ErrorCode column. Expected data type is string (e.g. "CS1591"). If this value is not set, then the column will be left blank.

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

Field Value

Remarks

Expected data type is String (e.g. "CS1591").

If this value is not set, then the column will be left blank.

Applies to