Edit

Share via


ErrorCode.Validation_TaskHasDependOnButNoName Field

Definition

The task specifies a list of dependent tasks but the task does not specify a name value for itself; each dependent task and the task specifying the dependency must include a name value.

public const int Validation_TaskHasDependOnButNoName = -2147219928;
val mutable Validation_TaskHasDependOnButNoName : int
Public Const Validation_TaskHasDependOnButNoName As Integer  = -2147219928

Field Value

Value = -2147219928

Applies to