Gets or sets the page associated with the summary.
            
 
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Page Page { get; set; }Public Property Page As Page
	Get
	Set
public:
property Page^ Page {
	Page^ get ();
	void set (Page^ value);
}member Page : Page with get, set
Property Value
Type: 
Page See Also
See Also