DynamicActivity<TResult>.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.
Returns a collection of Constraint activities that are configured to provide validation for the DynamicActivity<TResult>.
public:
property System::Collections::ObjectModel::Collection<System::Activities::Validation::Constraint ^> ^ Constraints { System::Collections::ObjectModel::Collection<System::Activities::Validation::Constraint ^> ^ get(); };
[System.Windows.Markup.DependsOn("Properties")]
public System.Collections.ObjectModel.Collection<System.Activities.Validation.Constraint> Constraints { get; }
[<System.Windows.Markup.DependsOn("Properties")>]
member this.Constraints : System.Collections.ObjectModel.Collection<System.Activities.Validation.Constraint>
Public ReadOnly Property Constraints As Collection(Of Constraint)
Property Value
The constraint collection.
- Attributes
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.