Partager via


IWizardStep.Title Property

Gets the title of the wizard.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
ReadOnly Property Title As String
string Title { get; }
property String^ Title {
    String^ get ();
}
function get Title () : String

See Also

IWizardStep Interface

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace