Share via


ITaskValidationManager.Validators Property

Definition

Gets the collection of the validator components.

public:
 property System::Collections::Generic::IList<Microsoft::SqlServer::Management::TaskForms::ITaskValidator ^> ^ Validators { System::Collections::Generic::IList<Microsoft::SqlServer::Management::TaskForms::ITaskValidator ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.TaskForms.ITaskValidator> Validators { get; }
member this.Validators : System.Collections.Generic.IList<Microsoft.SqlServer.Management.TaskForms.ITaskValidator>
Public ReadOnly Property Validators As IList(Of ITaskValidator)

Property Value

The list of the validator components.

Applies to