Activity.Constraints 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 collection of Constraint activities that can be configured to provide validation for the Activity.
protected:
property System::Collections::ObjectModel::Collection<System::Activities::Validation::Constraint ^> ^ Constraints { System::Collections::ObjectModel::Collection<System::Activities::Validation::Constraint ^> ^ get(); };
protected System.Collections.ObjectModel.Collection<System.Activities.Validation.Constraint> Constraints { get; }
member this.Constraints : System.Collections.ObjectModel.Collection<System.Activities.Validation.Constraint>
Protected ReadOnly Property Constraints As Collection(Of Constraint)
Property Value
The collection of constraints.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.