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.ValidationSettings
Public ReadOnly Property Settings As ValidationSettings
Property 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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.