GetParentChain.ValidationContext 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 or sets the property that serves as an argument into an activity and provides the activity with the information required for its validation process.
public:
property System::Activities::InArgument<System::Activities::Validation::ValidationContext ^> ^ ValidationContext { System::Activities::InArgument<System::Activities::Validation::ValidationContext ^> ^ get(); void set(System::Activities::InArgument<System::Activities::Validation::ValidationContext ^> ^ value); };
public System.Activities.InArgument<System.Activities.Validation.ValidationContext> ValidationContext { get; set; }
member this.ValidationContext : System.Activities.InArgument<System.Activities.Validation.ValidationContext> with get, set
Public Property ValidationContext As InArgument(Of ValidationContext)
Property Value
An argument to an activity that provides information for its validation process.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.