OperationValidationEventArgs::IsValid Property

 

true if the operation is valid; false otherwise.

Namespace:   System.Workflow.Activities
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)

public:
property bool IsValid {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the operation is valid; false otherwise.

.NET Framework
Available since 3.5
Return to top
Show: