ValidationSettings.AdditionalConstraints Property

Definition

Gets a dictionary of type-constraint pairs. Each additional constraint added to the dictionary will be applied to every activity of the specify type in the workflow to validate.

public:
 property System::Collections::Generic::IDictionary<Type ^, System::Collections::Generic::IList<System::Activities::Validation::Constraint ^> ^> ^ AdditionalConstraints { System::Collections::Generic::IDictionary<Type ^, System::Collections::Generic::IList<System::Activities::Validation::Constraint ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<Type,System.Collections.Generic.IList<System.Activities.Validation.Constraint>> AdditionalConstraints { get; }
member this.AdditionalConstraints : System.Collections.Generic.IDictionary<Type, System.Collections.Generic.IList<System.Activities.Validation.Constraint>>
Public ReadOnly Property AdditionalConstraints As IDictionary(Of Type, IList(Of Constraint))

Property Value

A dictionary type list of constraints and types.

Applies to