IWizardStep.Instruction Property
Gets the instructions for this wizard step.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
ReadOnly Property Instruction As String
string Instruction { get; }
property String^ Instruction {
String^ get ();
}
function get Instruction () : String
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace