WizardModel.GetWizardTitle Method
Retrieves the wizard title.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected MustOverride Function GetWizardTitle As String
protected abstract string GetWizardTitle()
protected:
virtual String^ GetWizardTitle() abstract
protected abstract function GetWizardTitle() : String
Return Value
The title for the wizard dispalyed by the WizardView.
Remarks
This is invoked by Title.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace