Share via


SqlTaskBase.ErrorCode Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Protected Shared ReadOnly Property ErrorCode As String
'Usage
Dim value As String

value = SqlTaskBase.ErrorCode
protected static string ErrorCode { get; }
protected:
static property String^ ErrorCode {
    String^ get ();
}
/** @property */
protected static String get_ErrorCode ()
protected static function get ErrorCode () : String

See Also

Reference

SqlTaskBase Class
SqlTaskBase Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace