| IReceiverConfigurationWizard Interface | 
            The interface that Receiver Configuration wizards need to implement.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic interface IReceiverConfigurationWizard : IView, 
	IDisposable
Public Interface IReceiverConfigurationWizard
	Inherits IView, IDisposable
public interface class IReceiverConfigurationWizard : IView, 
	IDisposable
type IReceiverConfigurationWizard =  
    interface
        interface IView
        interface IDisposable
    endThe IReceiverConfigurationWizard type exposes the following members.
 Properties
Properties|  | Name | Description | 
|---|
|  | Answers | 
            Gets or sets the user's answers to the wizard's questions.
             | 
Top Methods
Methods|  | Name | Description | 
|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | ShowView | 
            Displays the view to the user.
            (Inherited from IView.) | 
Top See Also
See Also