WizardStep.Instruction Property
Gets step instructions to display to the user.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Instruction As String
public virtual string Instruction { get; }
public:
virtual property String^ Instruction {
String^ get ();
}
public function get Instruction () : String
Implements
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace