ValidationService.Settings 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 the settings for the validation of the current activity tree.
public:
 property System::Activities::Validation::ValidationSettings ^ Settings { System::Activities::Validation::ValidationSettings ^ get(); };public System.Activities.Validation.ValidationSettings Settings { get; }member this.Settings : System.Activities.Validation.ValidationSettingsPublic ReadOnly Property Settings As ValidationSettingsProperty Value
An object that contains the validation settings.
Remarks
Validation settings configure issues, such as the type of validation performed, the schema namespace location, data types, what is allowed and not allowed, and other conditions.