DefaultModelMetadata.ValidateChildren 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 a value that indicates whether properties or elements of the model should be validated.
public:
virtual property bool ValidateChildren { bool get(); };
public override bool ValidateChildren { get; }
member this.ValidateChildren : bool
Public Overrides ReadOnly Property ValidateChildren As Boolean