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