ValidationSettings.AdditionalConstraints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.