ModelMetadata.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:
abstract property bool ValidateChildren { bool get(); };
public abstract bool ValidateChildren { get; }
member this.ValidateChildren : bool
Public MustOverride ReadOnly Property ValidateChildren As Boolean