WizardModel.IsValid Method
Determines if the wizard is valid.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overridable Function IsValid As Boolean
protected virtual bool IsValid()
protected:
virtual bool IsValid()
protected function IsValid() : boolean
Return Value
True if valid, false otherwise
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace